Avarel / Kaiper

Functional scripting in Java.
Apache License 2.0
10 stars 0 forks source link

Require tuples to have specific tuples names #8

Closed Avarel closed 6 years ago

Avarel commented 7 years ago

This is a pretty controversial change. This will lead to several complications yet this will also lead to a better implementation.

Complications:

Pros:

Steps

NotJustAnna commented 7 years ago

After thinking a bit, I approve this change. This would help me with the bytecode (due the way they're weakly serialized) and would let some rather "cool" features like print f: "%n" and print ln: "str".

Avarel commented 7 years ago

Should this change take effect before you finish the VM?

NotJustAnna commented 7 years ago

Yes, please.

Avarel commented 7 years ago

There's several logistical stuff I must do first, but I'm probably 70% commited to this change.

Avarel commented 6 years ago

Nope, this change has been reverted.