boltlang / Bolt

A programming language for rapid application development
35 stars 1 forks source link

Use type handles to simplify and optimise the type checker #24

Closed samvv closed 3 years ago

samvv commented 3 years ago

Experimented a bit with it in commit ff3cdfe1c94f1866947a9af61fc75111826beee0 and came to the conclusion that it only adds extra overhead for no good reason. If we want to do extra bookkeeping, we should do it some other way.