Skip to content

Instantly share code, notes, and snippets.

@lazywithclass
Last active March 21, 2017 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazywithclass/4e4a76435624b3b9b7ab3a2790074063 to your computer and use it in GitHub Desktop.
Save lazywithclass/4e4a76435624b3b9b7ab3a2790074063 to your computer and use it in GitHub Desktop.
[RC Diary] Wheel of fortune (-100)

[RC Diary] Wheel of fortune (-100)

Project lamp

Looks like we can host the thing on S3 (yay!).

I will just follow the guide to see how to set up web hosting on S3.

About registering a domain I will go for R53.

It's important to go through this list once everything is done, for things like automatic renewal.

I can haz website?

Cerebro

Took me a while (~2hrs)but managed to write the first implementation for the module responsible of reading files into memory.

Since that's sort of done (I don't think I've written it in an idiomatic way), tomorrow I can focus on:

  • transforming the strings into proper ASTs
  • come up with a reasonable short program and some covering code
  • hopefully identify where to mutate?

Progress happening on Cerebro project page

The little schemer chapter 2

I realised that it's better for me if I try to implement the exercises in Clojure, there's also who has done it before so I could always go back there for reference.

Have to translate chapter-1 into Cloure and then extract common functions in a separate module.

Move blog posts to gist

Done :|, took ages.

Plans

  • adding content to project-lamp.org
  • pair on timsort
  • continue working on Cerebro
  • chapter 1 and 2 of the little schemer in Clojure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment