blog.b123400.net
Thoughts after trying 5 compile-to-JS languages
http://blog.b123400.net/thoughts-after-trying-5-compile-to-js-languages
Thoughts after trying 5 compile-to-JS languages. JavaScript is a mess. And using a compile-to-JS langauge is an interesting approch to fix it. Recently I had a simple JavaScript homework, and that was a great chance to try few compile-to-JS langauges. The homework was too simple that I wasn't able to try out all features of the languages, but it was already fun enough. Source code here: https:/ github.com/b123400/csci4140-youtube-remote. Well, it is JS, the future one. Syntax improvements are nice. A ver...
blog.b123400.net
JSにコンパイルする五つの言語を使ってみてん
http://blog.b123400.net/thoughts-after-trying-5-compile-to-js-languages-kansai
ソースコードねん https:/ github.com/b123400/csci4140-youtube-remote. A[1 to 1] = []; / a[1] = []; a[x to x] = []; / a.splice(x,1);. Proudly published with Ghost. You should subscribe to my RSS feed.
heichwald.github.io
My feeling on livescript and how I used it to build a restful api · my dev blog
http://heichwald.github.io/2014/10/17/nodejs-livescript-express-rest-api.html
My feeling on livescript and how I used it to build a restful api. My first experience with Node.js led to some joy but some frustration too. When I started using Node to build our new registration and profiles application at NY Mag, I was somehow following the global trend to move to lighter servers with high development velocity. Yet the freedom given by express also comes with a price. You have to. Put in place conventions. And have responsible developers. You have to be careful with were your code is...
livescript.net
10 Reasons to Switch from CoffeeScript to LiveScript
http://livescript.net/blog/ten-reasons-to-switch-from-coffeescript.html
10 Reasons to Switch from CoffeeScript to LiveScript. The following is a guest post by Paul Miller. You can submit a guest post as well, just send a pull request. Has been around for a while and is now used by many developers and tools. But why should someone switch from CoffeeScript to its fork, LiveScript? Here are ten reasons:. LiveScript supports dashes in identifiers and mangles them to camelCase to keep consistent with JavaScript code style. Is equivalent to and will compile to. Const x = 10. Prope...
livescript.net
10 things you didn't know LiveScript can do
http://livescript.net/blog/10-things-you-didnt-know-livescript-can-do.html
10 things you didn't know LiveScript can do. The following is a guest post by Vendethiel. You can submit a guest post as well, just send a pull request. LiveScript has a lot of tips and tricks which you may not know about. We'll see in this blog post how you can take advantages of them! LiveScript offers some basic operator overloading with arrays and strings:. You can dynamically flag Heregexes with. In this case, the last interpolation will be used:. Normal #{[interpolation]} #flag /? When you destruct...
livescript.net
LiveScript 1.2.0 released!
http://livescript.net/blog/livescript-1.2.0.html
LiveScript 1.2.0 released! LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming. For more information, check out the LiveScript site. This is a new addition to our looping constructs, which acts like wrapping the. Loop body with a.
livescript.net
LiveScript - a language which compiles to JavaScript
http://livescript.net/index-fr.html
Eacute;diteurs de texte. LiveScript est un langage qui se compile en JavaScript. Il a un rapport direct avec JavaScript, et vous permet d'écrire du JavaScript de façon considérables sans répétitivité. LiveScript ajoute non seulement des fonctionnalités pour écrire du code fonctionnel, mais possède aussi nombre d'améliorations pour la programmation orientée objet et la programmation impérative. LiveScript est un descendant indirect de CoffeeScript. Avec beaucoup plus de compatibilité. Listage facile, obje...
livescript.net
LiveScript 1.0.0 released!
http://livescript.net/blog/livescript-1.0.0.html
LiveScript 1.0.0 released! After 6 months of work, LiveScript. 100 has been released! LiveScript is a language which compiles to JavaScript. It is a fork of Coco which is in turn derived from CoffeeScript. Like those two it has a relatively straightforward mapping to JavaScript. LiveScript is Coco but much more compatible with CoffeeScript, more functional, and more feature rich. LiveScript aims for increased expressiveness and code beauty. For more information, check out the LiveScript site. LiveScript ...
SOCIAL ENGAGEMENT