Your search query "linkto%253A%2522LoGix%2522" didn't return any results. Please change some terms and refer to HelpOnSearching for more information.
(!) Consider performing a full-text search with your search terms.

Clear message

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

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