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
Recently we did some work to identify a core language to which the standard Qi language can be reduced. Having a small core language makes it easier to implement general optimizations, but in addition, it can also make it easier to implement Qi for backends other than simple Racket functions.
Currently there are something like 30-35 core forms (and about the same number of non-core forms). It would be useful to reduce this further.
The text was updated successfully, but these errors were encountered:
Recently we did some work to identify a core language to which the standard Qi language can be reduced. Having a small core language makes it easier to implement general optimizations, but in addition, it can also make it easier to implement Qi for backends other than simple Racket functions.
Currently there are something like 30-35 core forms (and about the same number of non-core forms). It would be useful to reduce this further.
The text was updated successfully, but these errors were encountered: