|
|
|
|
|
by cies
1771 days ago
|
|
Thanks for sharing, I really like projects like this. And the website is really informative. I find it less of a new language and more of a JS preprocessor, removing lots of the cruft and integrating XML-tags and CSS in a very neat way. What I miss: 1) I feel the web is shifting to more type checking. TS, Elm, Kotlin.js... I personally also prefer more typesafety, especially if the project grows in LOC/team size. 2) Compared to JSX, Imba does a much better job in integrating adjacent technologies. Though I much prefer these to be integrated in an eDSL fashion. For example how Elm does HTML templating (in Elm) or Kotlinx.html[1]. Just taste i guess. Good luck with yr project! [1]: https://github.com/Kotlin/kotlinx.html |
|