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!