This website requires JavaScript.
Explore
Help
Sign In
alnyan
/
thesis-lisp
Watch
1
Star
0
Fork
0
You've already forked thesis-lisp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
thesis-lisp
/
mod2.vml
7 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refactor l2vm
2021-04-07 22:24:33 +03:00
(export sqr f)
Add ability to use bytecode units
2021-04-07 16:19:30 +03:00
Refactor l2vm
2021-04-07 22:24:33 +03:00
(define (sqr x) (* x x))
(define (f x y z)
(+ (sqr x) (sqr y) (sqr z)))
Reference in New Issue
Copy Permalink