Examples of LispSymbol


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
Copyright © 2018 www.massapi.com. 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.