Steve Phillips
Steve Phillips
Yes, see Nand2Tetris for a similar course: https://github.com/geohot/fromthetransistor/issues/13
SASL support would be great, thanks.
As @Delta456 alluded to, `_` is a valid identifier in Python. This seems to bring ambiguity to the semantics of `case _` when `_` is a defined, in-scope variable. This...
@alexcorvi Please merge this! Thanks :slightly_smiling_face:
Agreed. Shall the new repo be your GitHub fork, @markets?
It's a pure JS library and works in the browser, and thus doesn't rely on any server-side/Node libraries, so it should!
@anko Very cool tool! We need more things like this; I'm glad you're thinking outside the box, which is so rare. @vviikk Consider checking out https://github.com/progrium/topframe , too :slightly_smiling_face: ....
@anko Great! Thank you.
Another solution: stripping off `#` and everything after should probably be replaced with stripping off `#` and everything after, so that a `#` in a string doesn't get treated as...
I gather that `noo` lets one do this sort of exclusion, or similar.