Show HN: Cor - the language of the web
yosbelms.github.io
Show HN: Cor - the language of the web
1–10 of 10 posts
Re: Show HN: Cor - the language of the web
#2A language that compiles to javascript. Focused on simplicity, productivity and organization. Designed for large application development.
Re: Show HN: Cor - the language of the web
#3Is it possible to use Javascript libraries from Cor?
Re: Show HN: Cor - the language of the web
#4The syntax feels like Go, but without types.
Re: Show HN: Cor - the language of the web
#5KW;1[
Re: Show HN: Cor - the language of the web
#6KW;1[
Re: Show HN: Cor - the language of the web
#7"..., thinked to" should probably be "..., meant to / aimed at / focussed on".
Re: Show HN: Cor - the language of the web
#8"..., thinked to" should probably be "..., meant to / aimed at / focussed on".
just a play on words
Re: Show HN: Cor - the language of the web
#9Is it possible to use Javascript libraries from Cor?
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.
Re: Show HN: Cor - the language of the web
#10The syntax feels like Go, but without types.
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.