Differences between revisions 1 and 2
Revision 1 as of 2004-12-08 18:04:54
Size: 303
Editor: pcp07851797pcs
Comment:
Revision 2 as of 2006-01-11 11:07:58
Size: 301
Editor: stalker
Comment: update logix webpage.
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
http://logix.livelogix.com/
http://livelogix.net/logix/

A front-end to Python that has powerful macro capabilities.

http://livelogix.net/logix/ For example, adding an "isa" operator:

[base]: defop 50 expr "isa" expr func ob typ:
      :     return isinstance(ob, typ)

[base]: 'a' isa str
True


See also: BooLanguage, IronPython

LoGix (last edited 2008-11-15 13:59:44 by localhost)

Unable to edit the page? See the FrontPage for instructions.