A simple NFA in clojure (to be used for #C0F4MB8AY ’s normal-mode): https://github.com/maitria/avi/blob/master/src/avi/nfa.clj . tests: https://github.com/maitria/avi/blob/master/test/avi/t_nfa.clj
Reminder that you can donate to cider https://www.bountysource.com/teams/cider
anyone who has succeed in running datomic on windows ?
hihi all
this week, I’ve been thinking about making a website where I can make simple browser games (like a 2d side-scroller) — but for the site to host these games, I want to use a static site generator
the games I want to build in cljs, but the site — I guess I could use jekyll/hugo or something else
do you have any recommendations?
Jekyll's good
well I'm happy with it at least
what do you use to serve the output?
GitHub Pages? S3?
Github pages
ok
You could also use netlify.
what is netlify?
cool
Has anyone worked through the following exercise (or willing to help me having not worked through it) from the concurrency chapter in Clojure for the Brave and True: Create a new function that takes a search term and search engines as arguments, and returns a vector of the URLs from the first page of search results from each search engine
@binduwavell: what libraries are allowed ?
val_waeselynck I suspect the idea is to just use the what you get OOTB with clojure (i.e. no additional libraries.)
I intended to post my question to #C053AK3F9, I'm going to move it there, sorry for the cross post...