admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
eraserhd 2015-11-28T03:30:04.000641Z

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

roberto 2015-11-28T04:01:43.000643Z

Reminder that you can donate to cider https://www.bountysource.com/teams/cider

roelof 2015-11-28T12:29:29.000645Z

anyone who has succeed in running datomic on windows ?

johnjelinek 2015-11-28T17:16:24.000647Z

hihi all

johnjelinek 2015-11-28T17:23:17.000649Z

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

johnjelinek 2015-11-28T17:23:36.000650Z

the games I want to build in cljs, but the site — I guess I could use jekyll/hugo or something else

johnjelinek 2015-11-28T17:23:40.000651Z

do you have any recommendations?

val_waeselynck 2015-11-28T17:25:56.000652Z

Jekyll's good

val_waeselynck 2015-11-28T17:26:16.000653Z

well I'm happy with it at least

johnjelinek 2015-11-28T17:26:39.000654Z

what do you use to serve the output?

johnjelinek 2015-11-28T17:26:43.000655Z

GitHub Pages? S3?

val_waeselynck 2015-11-28T17:26:47.000656Z

Github pages

johnjelinek 2015-11-28T17:26:53.000657Z

ok

val_waeselynck 2015-11-28T17:26:57.000658Z

You could also use netlify.

johnjelinek 2015-11-28T17:27:09.000659Z

what is netlify?

val_waeselynck 2015-11-28T17:27:32.000660Z

https://www.netlify.com/

johnjelinek 2015-11-28T17:35:25.000661Z

cool

2015-11-28T17:46:53.000662Z

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

val_waeselynck 2015-11-28T17:48:17.000663Z

@binduwavell: what libraries are allowed ?

2015-11-28T18:04:16.000664Z

val_waeselynck I suspect the idea is to just use the what you get OOTB with clojure (i.e. no additional libraries.)

2015-11-28T18:04:33.000665Z

I intended to post my question to #C053AK3F9, I'm going to move it there, sorry for the cross post...