-
nginx-clojure - lean Clojure deployment
Mar 23, 2017 · 1 min read · Computer Software Functional Programming Linux Server Internet GUI Java Clojure ClojureScript ·Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers – Nginx-Clojure (by Zhang, Yuexiang (xfeep)). DZone article on Nginx-Clojure Fast Clojure/Java Web Apps on NGINX Without a Java Web Server. Fast Clojure/Java Web Apps on NGINX Without a Java Web Server Nginx-Clojure is a …
Read More -
JavaFX in the Browser - NO PLUGINS - EVERYWHERE – JPRO (by jpro technologies AG). From its documentation jpro is a new technology which brings Java back into the browser - without Java Plugin. To achieve that, jpro runs JavaFX on the server and maps its scenegraph directly into the browser. The client side rendering is …
Read More -
Neocons
Mar 6, 2017 · 1 min read · Computer Software Functional Programming Algorithm Data Structure Database Graph Database Clojure ClojureScript ·Neocons - an idiomatic, feature rich Clojure client for Neo4J REST API – Neocons (by Michael S. Klishin, Alex Petrov, and the ClojureWerkz team). From its documentation Neocons Overview Neocons is an idiomatic Clojure client for the Neo4J Server REST API. It is simple and easy to use, strives to support every Neo4J …
Read More -
Cryogen static site generator
Feb 11, 2017 · 1 min read · Computer Software Functional Programming Internet HTML CSS Web Static Site Generator Clojure ClojureScript ·Cryogen is a simple static site generator built with Clojure — Cryogen (by Carmen La). From its documentation Cryogen is shipped on Leiningen so setup is fuss free and there's no need to mess with databases or other CMS systems. Cryogen reads through a directory containing your Markdown or AsciiDoc content, compiles it …
Read More -
MIT 6.001 Structure and Interpretation
Feb 1, 2017 · 1 min read · Computer Software Functional Programming Algorithm Data Structure Lisp Clojure ClojureScript ·
Overview and Introduction to Lisp "Computer science is a terrible name. First, it's not a science. And it's also not about computers. People in the future will recognize that people were really formalizing intuitions about process – how to do things. Talking precisely about how to knowledge. As opposed to geometry that …
Read More -
Clara rules engine
Dec 13, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript Algorithm Data Structure Expert System Rules Engine ·Clara is a forward-chaining rules engine written in Clojure with Java interoperability. It aims to simplify code with a developer-centric approach to expert systems. – Clara Rules (by Ryan Brush). Video's Retaking Rules for Developers - Ryan Brush Clarifying Rules Engines with Clara Rules - Mike Rodriguez Rules as a …
Read More -
Rabobank SEPA CSV to KMyMoney
Nov 13, 2016 · 3 min read · Computer Software Functional Programming Financial Clojure ClojureScript CSV ·
Conversion program from Rabobank SEPA CSV export format to KMyMoney import format. Rabobank SEPA CSV The Sepa CSV-format (PDF) that Rabobank (a Dutch bank) uses for its account export feature. KMyMoney The KMyMoney program is a personal finance manager. Converter A command line converter program that takes files in …
Read More -
Lumo
Nov 12, 2016 · 2 min read · Computer Software Functional Programming Shell Script Clojure ClojureScript ·The fastest Clojure REPL in the world – Lumo (by António Nuno Monteiro) From its announcement Lumo is a fast, standalone ClojureScript REPL that runs on Node.js and V8. Thanks to V8's custom startup snapshots, Lumo starts up instantaneously, making it the fastest Clojure REPL in existence. Command prompt Ideally suited …
Read More -
clojure.spec
Nov 10, 2016 · 1 min read · Computer Software Testing Functional Programming Clojure ClojureScript ·Specification is much more powerful than static typing plus you also get validation, instrumentation and generative testing – clojure.spec (by Rich Hickey) Example (spec for URIs) 1(ns example.specs 2 (:require #?(:clj [clojure.spec :as s] 3 :cljs [cljs.spec :as s]) 4 [clojure.string :as str])) 5;; URI spec. 6(def uri? …
Read More -
Sente
Realtime web comms for Clojure/Script – Sente (by Peter Taoussanis) From its documentation Sente is a small client+server library that makes it easy to build reliable, high-performance realtime web applications with Clojure + ClojureScript. You can ignore the underlying protocol and deal directly with Sente's unified …
Read More