Centrix14 / oslc

one-string lisp calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

one-string lisp calculator


Languages

Language:Common Lisp 100.0%