Skip to content

vlad-km/Moren-ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFI package for Moren environment

For details, see the comments in the files: ffi.lisp, number.lisp

Compilation

(setq bin (make-array 0 :fillpointer 0)) 
(load "package.lisp" :hook bin)
(load "ffi.lisp" :hook bin)
(load "number.lisp" :hook bin :output "./ffi.js")
;; => will be bundle js-code (file1, file2, file3) from bin to "lib.js"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors