Jump to content

SubL: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
added Common Lisp navbox
Updated (I'm witbrock, just not logged in)
Line 1: Line 1:
'''SubL''' is a [[programming language]] based on [[Common Lisp]], which can be easily [[compilers|compiled]] into the [[C (programming language)|C programming language]].
'''SubL''' is a [[programming language]] based on [[Common Lisp]], which can be easily [[compilers|compiled]] into the [[C (programming language)|C programming language]]. Modern implementations of SubL are compiled to Java, providing substantial portability and speed advantages over previous runtimes.


It is the low-level, efficient language that is used to implement the [[Cyc]] [[inference engine]], and knowledge base lookup and matching algorithms.
It is the low-level, efficient language that is used to implement the [[Cyc]] [[inference engine]], and knowledge base lookup and matching algorithms.

Revision as of 04:27, 14 June 2013

SubL is a programming language based on Common Lisp, which can be easily compiled into the C programming language. Modern implementations of SubL are compiled to Java, providing substantial portability and speed advantages over previous runtimes.

It is the low-level, efficient language that is used to implement the Cyc inference engine, and knowledge base lookup and matching algorithms.