Fork me on GitHub
#admin-announcements
<
2015-11-28
>
roberto04:11:43

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

roelof12:11:29

anyone who has succeed in running datomic on windows ?

johnjelinek17:11:17

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

johnjelinek17:11:36

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

johnjelinek17:11:40

do you have any recommendations?

val_waeselynck17:11:16

well I'm happy with it at least

johnjelinek17:11:39

what do you use to serve the output?

johnjelinek17:11:43

GitHub Pages? S3?

val_waeselynck17:11:57

You could also use netlify.

johnjelinek17:11:09

what is netlify?

binduwavell17:11:53

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_waeselynck17:11:17

@binduwavell: what libraries are allowed ?

binduwavell18:11:16

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

binduwavell18:11:33

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