Fork me on GitHub
#100-days-of-code
<
2018-09-21
>
Bobbi Towers00:09:49

A more humble lisp interpreter in self-hosted Clojurescript, based on the one Eric Normand shared on the Apropos show: https://porkostomus.gitlab.io/posts-output/2018-09-20-day-6/

👍 4
Bobbi Towers18:09:46

One of the reasons I'm doing this challenge is to prepare myself for employment using Clojure, and one thing that's missing on my resume is a larger app using re-frame. I currently have a reagent app for learning the periodic table of elements: https://porkostomus.github.io/elements/ I'm thinking of building it up into something more complex, maybe demonstrating different chemical compounds and how they are composed. I've read the docs and gone through the TodoMVC example, but today I might just do that again for a thorough re-frame refresh.

👍 8
practicalli-johnny21:09:31

re-frame is definitely worth investing time learning, even if you don't stick with the framework in the long run. There are lots of valuable ideas about how to structure your code within the framework.

👍 8
practicalli-johnny21:09:36

Not a huge amount of 'coding' done today, however, there was a lot of new content added to my Spacemacs book for Clojure development. Also did some Clojure advocacy with a really interesting company this morning that is looking to start adopting Clojure for some of the computational intensive and transaction services. https://github.com/practicalli/spacemacs-gitbook/ https://github.com/jr0cket/100-days-of-clojure-code/blob/master/log.md#20180918---day-7-clojure-advocacy-and-spacemacs

👍 4
kazesberger08:09:16

currently i'm using cursive. I'm definitely going to have a look at your book: once i finish my first round 100DoC I'd like to invest 1 week to decide whether to move on with cursive or switch to spacemacs or mb vscode.

practicalli-johnny18:09:07

@U9QV64N86 I should be a lot closer to completing the Spacemacs book by the end of the 100 days, so good time to take a look. If you like a Vim approach to editing, love the keyboard, want to use Emacs for all your editing, then Spacemacs is a good choice. I would be interested to hear experiencs of VS Code with the (several different) Clojure plugins. I like VS Code over atom, but mainly because http://Atom.io has all sorts of crazy keyboard combos (at least on Linux). Although http://Atom.io also has a plugin called proton that makes it more like Spacemacs.

👍 4