You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2019. It is now read-only.
alex 5:15 PM hm looks like the `ps-interop` thing is doomed 😞
alex 5:15 PM the internal JS representation of `Mu`'s `Inn` is just a `()`
alex 5:16 PM so you can't deserialize mu-terms
alex 5:17 PM guess we should switch to writing proper termdefs for js
So we have two ways in which other programming languages relate to typedefs.
target language for static codegenerator
have representation of typedefs type definitions work dynamically with types (reflect into UI, generic programming on types, etc)
One option would be to write a typedef loosely representing the parsed AST and then use the typedefs compiler to generate the 'typedefs-interop' thing
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So @clayrat noted:
So we have two ways in which other programming languages relate to typedefs.
One option would be to write a typedef loosely representing the parsed AST and then use the typedefs compiler to generate the 'typedefs-interop' thing
The text was updated successfully, but these errors were encountered: