mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.13k stars 111 forks source link

Typed Gerbil #1187

Closed vyzo closed 3 months ago

vyzo commented 3 months ago

It is alive!

TODO:

Follow up:

Typed Gerbil

This pr introduces the first iteration of Typed Gerbil. The compiler now understands and can infer expression types with MOP classes and interfaces, and it can perform static type checks and type directed performance optimization.

Notable linguistic changes:

netlify[bot] commented 3 months ago

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
Latest commit 99161356228ad32b30ddd7a6a882bd1fbd7d7f0d
Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/66103bc06bed78000821844d
Deploy Preview https://deploy-preview-1187--elastic-ritchie-8f47f9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vyzo commented 3 months ago

rebased on master, this is ready to merge once we get the green ticks.