[–] yosbelms 10y ago ↗ A language that compiles to javascript. Focused on simplicity, productivity and organization. Designed for large application development.
[–] fiatjaf 10y ago ↗ Is it possible to use Javascript libraries from Cor? [–] yosbelms 10y ago ↗ yes, it is possible. It is primarily designed to run in the browser.You can use every javascript library out there, through CommonJS using "use" statement, or using globals.
[–] yosbelms 10y ago ↗ yes, it is possible. It is primarily designed to run in the browser.You can use every javascript library out there, through CommonJS using "use" statement, or using globals.
[–] fiatjaf 10y ago ↗ The syntax feels like Go, but without types. [–] yosbelms 10y ago ↗ You got it. Cor borrows from Go, C# and Python(its philosophy). The idea behind is to take the simplest parts of the those language syntaxes, combine it, and make a new one focused on productivity and readability.
[–] yosbelms 10y ago ↗ You got it. Cor borrows from Go, C# and Python(its philosophy). The idea behind is to take the simplest parts of the those language syntaxes, combine it, and make a new one focused on productivity and readability.
[–] xrstf 10y ago ↗ "..., thinked to" should probably be "..., meant to / aimed at / focussed on". [–] yosbelms 10y ago ↗ just a play on words
9 comments
[ 0.20 ms ] story [ 33.3 ms ] threadYou can use every javascript library out there, through CommonJS using "use" statement, or using globals.