Porting a Module to Elm 0.17
Elm 0.17 has been out for a little while now; it has a slightly different way of doing things compared to 0.16 and before. Like many others, I started porting my existing applications to 0.17 - first I started with my only "production" application, elm typing tutor, which was pretty trivial to update. After that, I moved onto the sample code I wrote for a talk I gave here in Chicago about Elm, which was also pretty simple. Last weekend, I took it upon myself to update my last remaining body of 0.16 code - the first application I wrote in Elm, one I've been keeping up-to-date since 0.14. I haven't released this code publicly yet; but suffice to say it's an application with a coordinate grid that you can click and drag to scroll around. The drag event functionality is encapsulated in its own module, and porting it to 0.17 was a little more challenging than before, so I thought I'd talk about how that went!
Read More...Posted on 2016-06-13
Combining Character Caveats
I'm currently following the Fluent Forever methodology for learning Russian. The method suggests that when you start learning vocabulary, you should learn 625 common, concrete words that you can easily associate with pictures and feelings. The next step after this is to build your vocabulary to include the 1,000 most common words in your target language. I recently completed the foundation of 625 words, so it was time to move on to the next 1,000. There was just one small problem...
Read More...Posted on 2016-05-31
Unsung Heroes of the Command Line
Since the command line is my primary way of interacting with my computer, I
often will take steps to optimize my usage of it. Most command line users know
the basics: ls
, cd
, grep
, etc - these are instrumental building
blocks in using the command line. However, there are often more specialized
programs out there that can really save you some time, and I'd like to share a
few notable examples of these kinds of specialized programs that have made my
life easier over the last year or two. If you don't know them, hopefully
you'll find them useful; if you do know them, hopefully it will just
indicate that we both have good taste in our tools. =)
Posted on 2016-05-30
Elixir Adventures
For my Elixir Language of the Month project, I decided to return to my roots, in a way. You see, once upon a time, I wrote my first program. I had an idea for an space opera RPG, which, in retrospect, was a tacky Star Wars/Final Fantasy hybrid. Still, I wanted to bring that idea to life in any way I could; thus, I spent a good chunk of time my sophomore year of high school spewing out a morass of IFs and GOTOs in BASIC on my trusty TI-83+. Eventually, I did have a working game; it was a short text-based adventure, a sort of "demo" for the full game I had in my head.
Read More...Posted on 2016-05-23
Max Out Your Programming HP and MP With Elixir
Hello, and welcome back to the language of the month!. For April, I decided to try my hand at a language that's been very popular with the Ruby community, and is causing quite a stir in the Elm community. It's called Elixir!
Read More...Posted on 2016-05-09
Newer Entries Older Entries