gavr123456789 / Niva

Smalltalk like programming language
https://gavr123456789.github.io/niva-site
41 stars 2 forks source link

Possible lang breaking changes #288

Open gavr123456789 opened 2 months ago

gavr123456789 commented 2 months ago

New syntax for consturctors

// current 
constructor Person new = ...
Person type  new = ... 
// type is kinda unary message for type

extend for constructors

extedn Person type [on new = ...]

remove this kw and fully replace it with Dot