100-days-of-code

https://github.com/jr0cket/100-days-of-clojure-code challenge to code for a minimum of 1 hour a day and share your experiences
porkostomus 2018-09-19T03:45:59.000100Z

Mentoring exercism, Conway's Game of Life, and extending ctrain! (plus an absolutely hilarious human error!) https://github.com/porkostomus/100-days-of-clojure-code/blob/master/log.md

kazesberger 2018-09-19T09:27:55.000100Z

hm, i've been thinking about doing some work on https://github.com/4clojure/4clojure but I'm kinda hesitating as the project seems to be not maintained any more. skimmed through issues and PRs and i think i can do some useful contributions there.

kazesberger 2018-09-20T20:28:05.000100Z

idk, it may be worth to rewrite big parts of 4clojure and also to think about its operational side. atm i neither know how 4clojure is currently hosted nor how its parts might fit into something like datomic ions (and i'm at the "seen the 7min introduction video" level of datomic ions 😅).

kazesberger 2018-09-20T20:28:59.000100Z

imho among the most important things should be proper auth and https which shouldn't be too hard to pull off.

kazesberger 2018-09-20T20:33:03.000100Z

following specific users or maintaining this subscription list is atm really painful too. also atm it mixes with 2 motivations for following being 1) "follow progress of a buddy" 2) read/compare solutions.

kazesberger 2018-09-20T20:36:00.000100Z

and i thought of improving the workflow while solving puzzles by exposing problem data and providing an endpoint for submitting solutions. this way users would not even need to leave their repl/ide (if they choose to)

👍 1
kazesberger 2018-09-20T20:36:40.000100Z

...and some other ideas 🙂

practicalli-john 2018-09-19T09:36:12.000100Z

@klaus.azesberger perhaps reach out to one of the maintainers and tell them what you would like to do. They may add you as a maintainer. Alex seems to be the last person who was quite active https://github.com/search?q=alex+mcnamara&type=Users

👍 1
kazesberger 2018-09-19T20:28:05.000100Z

yes, once i've had a closer look at the project i'll try to get in touch with the maintainers.

porkostomus 2018-09-19T20:51:57.000100Z

For today's challenge, I'm gonna make a Lisp in Clojure https://github.com/kanaka/mal

porkostomus 2018-09-19T20:58:50.000100Z

I noticed that it uses noir, which is itself unmaintained. Delighted to see interest in bringing it up to date, since I consider it the #1 resource for learning Clojure. I've been pondering for awhile that it may be worthy of a new home at some point. What about migrating it to Datomic Ions?

practicalli-john 2018-09-19T23:15:56.000100Z

I had a very googly day today at an Alexa workshop where I wrote and deployed my first AWS Lambda function. It was in JavaScript but would like to do some Lambda functions in ClojureScript at some point. I also coached someone who is building an Augmented Reality Android app in Kotlin. It did feel quite overly complex, but not sure how much of that is the code, the frameworks or the device environment. Unfortunately I didnt write any Clojure today. https://github.com/jr0cket/100-days-of-clojure-code/blob/master/log.md#20180918---day-5-a-very-googley-day---alexa-android-and-googling-answers