You are here |
typesanitizer.com | ||
| | | |
benhoyt.com
|
|
| | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | |
mbuffett.com
|
|
| | | | I was aimlessly browsing Github and came across sapling, a very early-stage structured editor. It was inspired by this blog post, which talks about structured editing. Structured editing has had my interest for a while. I've put a lot of time and effort into getting really good at text editing, but I'm holding out hope that in 10 years plaintext editing will be outdated. The idea behind structured editing is to edit code instead of text, so instead of "move cursor to next parentheses, delete in parentheses", you'd have operations like "change function argument". | |
| | | |
scorpiosoftware.net
|
|
| | | | Ever since I realized BASIC wasn't the only living programming language, I thought about writing my own. Who wouldn't? If you're a developer, surely this idea popped into your mind at some point. No matter how much you love a particular programming language, you always have some ideas for improvement or even removal of annoying... | |
| | | |
tomdale.net
|
|
| | Thomas Fuchs recently [wrote about the advantages of using JavaScript micro-frameworks](http://mir.aculo.us/2011/04/11/i-for-one-welcome-our-new-micro-framework-overlords/): > I for one welcome our new micro-framework overlords-small frameworks and libraries that do one thing only, not trying to solve each and every problem, just using pure JavaScript to do it. Easy to mix and match, and to customize to your needs. |