[ create a new paste ] login | about

veerandscheme

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by veerandscheme:

Scheme, pasted on Apr 17:
1
2
3
4
;spell-checker.ss


(require scheme)
...
view (81 lines)
Scheme, pasted on Mar 27:
1
2
3
4
5
;turing-machine-simulation

;Some data definitions
;A program is list of instruction
;A instruction is 
...
view (159 lines)