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
We should integrate the DLR support into our project.
Our attempt to make a statically typed LISP was doomed to failure from the very beginning.
Our LISP dialect should be a dynamically typed but should try to benefit from the compile-time (and runtime) type knowledge when possible (I hope the DLR will help us with that).
The text was updated successfully, but these errors were encountered:
Well, I personally blame naive backend implementation. But yes, staticity, especially trying to infer function signature from it's usage did played a major part, so a major rethinking and redesign is in order. Though, I'm in favor of scrapping the source entirely and starting from scratch.
We should integrate the DLR support into our project.
Our attempt to make a statically typed LISP was doomed to failure from the very beginning.
Our LISP dialect should be a dynamically typed but should try to benefit from the compile-time (and runtime) type knowledge when possible (I hope the DLR will help us with that).
The text was updated successfully, but these errors were encountered: