SmallJS icon indicating copy to clipboard operation
SmallJS copied to clipboard

Smalltalk development in your browser and Node.js

Results 13 SmallJS issues
Sort by recently updated
recently updated
newest added

Classes: MouseEvent, PointerEvent, UiEvent. Live testing from a browser should also be made in the Browser project.

enhancement

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...

enhancement