Torlisp January 2023
- # parsing explorer
- ```josh {
Main = Add
Add =
| Multiply -- noplus
| Multiply ("+" Multiply)+ -- withplus
Multiply = primary ("*" primary)*
primary = digit+
} ```
- # HP calculators - remade by SwissMicros
- ```josh {
Main [Add]=‛«Add»’
Add_noplus [Multiply]=‛«Multiply»’
Add_withplus [Multiply k* Fishstick*]=‛«Fishstick» «Multiply» +’
Multiply [Multiply k* Fishstick*]=‛«Fishstick» «Multiply» *’
primary [d+]=‛«d»’
}```
- # robot motion planning landmarks instead of artificial grids
- https://www.swissmicros.com
- # morphic (smalltalk squeak)
- # cybersyn
- 2
- https://en.wikipedia.org/wiki/Project_Cybersyn
- http://wiki.squeak.org/squeak/morphic
- dr. racket
- rackunit for testing used heavily
- https://github.com/guitarvydas/parsingexplorer
- # godot
- stafford beer - operational research
- https://godotengine.org/en
- racket with 3D graphics - no go
- python variant native language
Torlisp January 2023
- # parsing explorer
- ```josh {
Main = Add
Add =
| Multiply -- noplus
| Multiply ("+" Multiply)+ -- withplus
Multiply = primary ("*" primary)*
primary = digit+
} ```
- # HP calculators - remade by SwissMicros
- ```josh {
Main [Add]=‛«Add»’
Add_noplus [Multiply]=‛«Multiply»’
Add_withplus [Multiply k* Fishstick*]=‛«Fishstick» «Multiply» +’
Multiply [Multiply k* Fishstick*]=‛«Fishstick» «Multiply» *’
primary [d+]=‛«d»’
}```
- # robot motion planning landmarks instead of artificial grids
- https://www.swissmicros.com
- # morphic (smalltalk squeak)
- # cybersyn
- 2
- https://en.wikipedia.org/wiki/Project_Cybersyn
- http://wiki.squeak.org/squeak/morphic
- dr. racket
- rackunit for testing used heavily
- https://github.com/guitarvydas/parsingexplorer
- # godot
- stafford beer - operational research
- https://godotengine.org/en
- racket with 3D graphics - no go
- python variant native language