SmallJS
SmallJS copied to clipboard
Smalltalk development in your browser and Node.js
Classes: MouseEvent, PointerEvent, UiEvent. Live testing from a browser should also be made in the Browser project.
I'll just paste what I found on lobste.rs, and agree... :) "(https://lobste.rs/~pm) [5 days ago](https://lobste.rs/c/ophn6n) Neat implementation, but please include a tutorial!!! Linking to generic smalltalk documentation out there won’t...
Example ``` myMethod [ :a1 :a2 | | v | v := 1. self onValue: v ] value. ! ``` Pharo has this too. Its is especially useful when blocks...