We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbca821 commit 831024bCopy full SHA for 831024b
3 files changed
jscl-web.js
@@ -1,7 +1,7 @@
1
+if (typeof importScripts !== 'undefined') importScripts('jscl.js');
2
(function(jscl){
3
'use strict';
-(function(values, internals){
4
-var l1=internals.make_lisp_string('loading repl-web/repl.lisp!');
+(function(values, internals){var l1=internals.make_lisp_string('loading repl-web/repl.lisp!');
5
console.log(internals.xstring(l1));
6
var l2=internals.intern('%WRITE-STRING','JSCL');
7
var l3=internals.intern('T');
@@ -331,4 +331,5 @@ return FUNC;
331
l62;
332
l62.fvalue(internals.pv);
333
})(jscl.internals.pv, jscl.internals);
334
-})( typeof require !== 'undefined'? require('./jscl'): window.jscl )
+})( typeof require !== 'undefined'? require('./jscl'):
335
+typeof window !== 'undefined'? window.jscl: self.jscl )
0 commit comments