NilScript is a programming language created in 2013 by Ricci Adams.
#1586on PLDB | 11Years Old |
git clone https://github.com/musictheory/NilScript
Objective-C-style language superset of JavaScript with a tiny, simple runtime
@implementation TheClass {
String _myStringInstanceVariable;
}
@end
@implementation TheSubClass : TheSuperClass {
String _myStringInstanceVariable;
}
@end