Babbage problem: Difference between revisions

Line 1,076:
===Almost Lisp===
 
===== 1. Note =====
 
[[File:Babbage Sign Language.jpg|thumb|
Line 1,084:
Charles Babbage is familiar with symbol manipulation and low level programming. We introduce variable assignment (<-), conditional statement (=>) and jump (go).
 
===== Program =====
 
<syntaxhighlight lang="lisp">;; 22.12.09 Renommage
Line 1,099:
b (print n))</syntaxhighlight>
 
===== Execution =====
 
<pre>(conjecture-de-babbage)</pre>
Line 1,106:
<pre>25264</pre>
 
===== Black box =====
 
Lisp « jargon » is hidden in a black box.
422

edits