[ANN] To-GLSL - transpile s-expressions in Clojure to GLSL

2019-07-08 Thread Jeremy Kross
Hey all, https://github.com/jeremykross/to-glsl is a little library that converts Clojure s-expressions to GLSL code for those who like graphics programming and hate the C style syntax of shading languages. Thanks, Jeremy -- You received this message because you are subscribed to the Googl

[ANN] Recurrent 0.2.1 - a library for doing functional-reactive GUI programming in Clojurescript

2019-06-24 Thread Jeremy Kross
Hey all, Recurrent (https://github.com/jeremykross/recurrent) is a library for doing functional-reactive GUI programming in Clojurescript. It's a few years old now, but I've just gotten around to doing a heavy documentation pass and thought I'd put the word out. It's sister library (the FRP l

Re: [ANN] A couple of libraries for functional reactive web programming - Ulmus & Recurrent

2018-04-05 Thread Jeremy Kross
a much >> smaller community with a less active supporting library ecosystem. It's >> true that React has more unnecessary complexity and OO-ish cruft, even with >> nice tools like re-frame to make things better. >> >> Rob >> >> On Fri, Mar 30, 2018 a

[ANN] A couple of libraries for functional reactive web programming - Ulmus & Recurrent

2018-03-30 Thread Jeremy Kross
Hey everybody, I've been hacking on these for about two years, but I only recently got around to documenting them to a place where they're semi-presentable. First up in Ulmus, a library for doing frp style programming in Clojurescript. I apes the Elm API to some degree. Really just higher-le

New Clojurescript Project: browsing the web collectively.

2012-12-01 Thread Jeremy Kross
Hi all, I wrote a little thing in Clojurescript. Hopefully someone here will find it interesting. Its a bookmarklet that lets users on a website see one another and interact. http://www.treklet.com You can click Try it Now to give it a run. Let me know if anyone has thoughts. Jeremy