The text says one thing, but the graph they display to support their argument does not say what I thought it said. The purple line is supposed to be our "real" emissions, and the impression you get from the image and…
This shell script: #!/bin/sh while true; do $EDITOR $NOTESDIR"$(ls -t $NOTESDIR | selecta --scrolloff --passthrough)" done It replicates the core interaction model of Notational Velocity: type to fuzzy-filter the list…
> I believe that the strong producers and leaders in the software industry feel the same. The mediocre “cogs” (9-5ers that just want a paycheck) outnumber us and I suspect 40% or less of them might benefit from pair…
It wasn't mentioned as a criterion, and OpalRuby, Python variants, and Coffeescript all got significant discussion in the article. The ClojureScript omission on all the axes other than "superficial similarity to…
It's a little strange that ClojureScript is omitted from the sections where it compares favorably to Scala.js, e.g.: > If you look at other compile-to-JS languages like: > - Google Web Toolkit which lets you compile…
More specifically, there is already a package manager and ecosystem that can install all of an OS, and you don't have to fuss with installing anything on your own. This package manager and ecosystem could subsume the…
That's one of the ideas behind transducers: https://github.com/matthiasn/talk-transcripts/blob/master/Hi... And they work! It's not stream fusion, but the composed functions being applied to whatever container or stream…
There's this great series by mbrubeck which sounds like it might be right up your alley: https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.h...
RC's motto is "Never graduate!"
https://github.com/atomicobject/heatshrink, by @silentbicycle, sounds like it might be up your alley.
I wrote about this here: http://somethingdoneright.net/2015/07/30/when-object-orienta... Comments welcome.
Attempting to get a job at 1 of the Google/Apple/Facebook/Amazon/Microsoft quintet of big companies that pay well, though, is quite doable, in spite of the noisiness of the process. mxcl got a job at Apple (working on…
curious. I thought "the grid" was about using a constraint solver + A/B testing to optimize websites for arbitrary metrics - pageviews or sales or whatever. the "AI" marketing makes some sense in that context, at least.
I'd be really curious to read more about how the Github team's intuition around polyglot programming and "Right Tool for the Job" rhetoric changed over time. I feel like I read a blog post about this one or two years…
If you'd like to see an attempt at the best of both worlds (Smalltalk and Lisp), check out Robert Krahn's work on Cloxp: https://www.youtube.com/watch?v=qQvvgzvPgQI
If it's helpful, the original implementation of Arc was actually quite similar to this - a bunch of macros that compiled down to MzScheme (which eventually became PLT scheme, which eventually became Racket!).
Short answer: yes, jump right in! Check out David's other blog posts, ClojureScript synonyms[1], and http://clojurescriptmadeeasy.com. http://himera.herokuapp.com/synonym.html
The text says one thing, but the graph they display to support their argument does not say what I thought it said. The purple line is supposed to be our "real" emissions, and the impression you get from the image and…
This shell script: #!/bin/sh while true; do $EDITOR $NOTESDIR"$(ls -t $NOTESDIR | selecta --scrolloff --passthrough)" done It replicates the core interaction model of Notational Velocity: type to fuzzy-filter the list…
> I believe that the strong producers and leaders in the software industry feel the same. The mediocre “cogs” (9-5ers that just want a paycheck) outnumber us and I suspect 40% or less of them might benefit from pair…
It wasn't mentioned as a criterion, and OpalRuby, Python variants, and Coffeescript all got significant discussion in the article. The ClojureScript omission on all the axes other than "superficial similarity to…
It's a little strange that ClojureScript is omitted from the sections where it compares favorably to Scala.js, e.g.: > If you look at other compile-to-JS languages like: > - Google Web Toolkit which lets you compile…
More specifically, there is already a package manager and ecosystem that can install all of an OS, and you don't have to fuss with installing anything on your own. This package manager and ecosystem could subsume the…
That's one of the ideas behind transducers: https://github.com/matthiasn/talk-transcripts/blob/master/Hi... And they work! It's not stream fusion, but the composed functions being applied to whatever container or stream…
There's this great series by mbrubeck which sounds like it might be right up your alley: https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.h...
RC's motto is "Never graduate!"
https://github.com/atomicobject/heatshrink, by @silentbicycle, sounds like it might be up your alley.
I wrote about this here: http://somethingdoneright.net/2015/07/30/when-object-orienta... Comments welcome.
Attempting to get a job at 1 of the Google/Apple/Facebook/Amazon/Microsoft quintet of big companies that pay well, though, is quite doable, in spite of the noisiness of the process. mxcl got a job at Apple (working on…
curious. I thought "the grid" was about using a constraint solver + A/B testing to optimize websites for arbitrary metrics - pageviews or sales or whatever. the "AI" marketing makes some sense in that context, at least.
I'd be really curious to read more about how the Github team's intuition around polyglot programming and "Right Tool for the Job" rhetoric changed over time. I feel like I read a blog post about this one or two years…
If you'd like to see an attempt at the best of both worlds (Smalltalk and Lisp), check out Robert Krahn's work on Cloxp: https://www.youtube.com/watch?v=qQvvgzvPgQI
If it's helpful, the original implementation of Arc was actually quite similar to this - a bunch of macros that compiled down to MzScheme (which eventually became PLT scheme, which eventually became Racket!).
Short answer: yes, jump right in! Check out David's other blog posts, ClojureScript synonyms[1], and http://clojurescriptmadeeasy.com. http://himera.herokuapp.com/synonym.html