|
|
|
|
|
by alkonaut
4618 days ago
|
|
Looks nice. Some feedback 1. For the love of god, don't allow a Nil value! Pattern matching is so much better (Maybe/Option type)
2. I didn't see anything about the runtime, but if you can optionally compile to something ubiquitous like php initially it will ease adoption.
3. even though you target small scale, so did javascript. I'd throw in some rudimentary namespace/package/module/version/dependency things . |
|