-
Usenet is a worldwide distributed discussion system available on computers and can be accessed via the NNTP protocol. For Clojure there's the clj-nntp library (by Aleksander Skjæveland Larsen (ogrim)). Because it's in early stages of development (thus incomplete) I have simply copied its source code into my project and …
Read More -
A Clojure library for embracing SQL – HugSQL (by Layerware, Inc). From its documentation HugSQL is of the opinion that SQL is the right tool for the job when working with a relational database. HugSQL uses simple conventions in your SQL files to define (at compile time) database functions in your Clojure namespace, …
Read More -
My emacs-config, which is using org-mode and has been based on Arjen Wiersma's emacs-config, Sacha Chua's Emacs Configuration, Daniel Mai's Mai Emacs Configuration and Uncle Dave's Emacs configuration. Beware Still debugging (my version, not theirs); tested only (my version) with Emacs 25.{1,2} under Linux. Usage …
Read More -
Korma - tasty SQL for Clojure
Mar 27, 2017 · 1 min read · Computer Software Functional Programming Server Database SQL Clojure ClojureScript ·Clojure is beautiful. It can make SQL beautiful too – Korma (by Chris Granger). From its documentation Korma is a domain specific language for Clojure that takes the pain out of working with your favorite RDBMS. Built for speed and designed for flexibility, Korma provides a simple and intuitive interface to your data …
Read More -
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