Package org.jatha.dynatype

Examples of org.jatha.dynatype.LispSymbol


  public void test(Jatha lisp)
  {


    // TEST SYMBOLS
    LispSymbol  x1 = lisp.makeSymbol("Mike");

    LispValue   l1 = lisp.makeCons(x1,  lisp.T);
    LispValue   l2 = lisp.makeCons(lisp.NIL, l1);

    show("L2: ", l2);
View Full Code Here

TOP

Related Classes of org.jatha.dynatype.LispSymbol

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.