8000 GitHub - Centrix14/oslc: one-string lisp calculator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Centrix14/oslc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

oslc

this repository contains a lisp calculator with a length of one line and a volume of 76 bytes!

here is its code:

(print (eval (read-from-string (concatenate 'string "(" (read-line) ")"))))

in addition the calculator can execute lisp programs!

Releases

No releases published

Packages

No packages published
0