Examples of AdvancedJatha


Examples of de.sciss.meloncillo.lisp.AdvancedJatha

  {
    if( jatha != null ) return;
   
    LispString  symbolName;
 
    jatha          = new AdvancedJatha();
    cilloHash        = jatha.makeHashTable();
    prefsHash        = jatha.makeHashTable();
    symbolName        = jatha.makeString( KEY_PREFERENCES );
    cilloHash.setf_gethash( symbolName, jatha.makeSymbol( symbolName ).setf_symbol_value( prefsHash ));
    jatha.intern( KEY_CILLO, cilloHash );
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.