Introducing hexagonal.js
11–20 of 43 posts
Re: Introducing hexagonal.js
#12There's far too many typos for me to have any amount of confidence in the code itself. Sorry, but I can't trust my business with people who cannot even be bothered to write proper English for their introduction.
Re: Introducing hexagonal.js
#13There's far too many typos for me to have any amount of confidence in the code itself. Sorry, but I can't trust my business with people who cannot even be bothered to write proper English for their introduction.
Sorry for my poor english, I'm still learning :(
Re: Introducing hexagonal.js
#14Why not call it hexagonal.coffee? Why do CoffeeScript libraries get a .js extension? Yes I realize it works for JavaScript too, but it's weird to go see a library with *.js in the name and then to find only CoffeeScript in the documentation.
Re: Introducing hexagonal.js
#15Earlier quoted context omitted.
Thanks for letting me know. I'll not be rushing out to add hexagonal.js to my Rails app, but if one of my friends who likes js wants to try building their own full app I'll mention this as a possibility.
To be honest most of project I developed with hexagonal.js have Rails as a backend and it's really powerful with sprockets on board. So give it a try, maybe in toy project.
Re: Introducing hexagonal.js
#16Re: Introducing hexagonal.js
#17This shows the beauty of Coffeescript syntax for functional programming. For a deep understanding read Raganwald's new book http://ristrettolo.gy.
Re: Introducing hexagonal.js
#18Woaah, it's a cool idea, but I wonder how productive one would be in it. Will have to give it a shot later.
Re: Introducing hexagonal.js
#19Why not call it hexagonal.coffee? Why do CoffeeScript libraries get a .js extension? Yes I realize it works for JavaScript too, but it's weird to go see a library with *.js in the name and then to find only CoffeeScript in the documentation.
We'll try to deliver new examples in pure JS.
Re: Introducing hexagonal.js
#20Hexagonal uses Raganwald's metaprogramming ideas. Follow the links from the dependency at https://github.com/gameboxed/YouAreDaBomb . This shows the beauty of Coffeescript syntax for functional programming. For a deep understanding read Raganwald's new book http://ristrettolo.gy .
I'm one of the people behind hexagonal.js. Raganwald's work enabled us to implement one of the main components - the glue code.