-
The Clojure and ClojureScript application, which is impressive in its functionality and beautifully structured source code – UXBOX (by uxbox.io). Using Emacs+Cider for UXBOX source code browsing under Linux. To set up Emacs for Clojure and ClojureScript with Cider, see e.g.: My Emacs configuration. Clone the UXBOX …
Read More -
Fulcro-Bulma
Feb 7, 2018 · 1 min read · Computer Software Functional Programming Internet Server Client GUI Clojure ClojureScript ·
A fulcro.ui.bootstrap3 inspired Clojure/ClojureScript library for Bulma, to be used with the Fulcro framework – Fulcro-Bulma (by Mari Donkers). Rationale A purposely 'thin' Clojure library for the lean CSS-only, Flexbox based, Bulma framework. Work in progress. Intention is to not implement all Bulma components and …
Read More -
The Feynman Machine
Jan 11, 2018 · 1 min read · Computer Software Functional Programming AI Machine Learning Mathematics C++ ·The Feynman Machine: AI architecture in Clojure / Neanderthal – The Feynman Machine (by Fergal Byrne and Louise Klodt) Machine learning with minimal hardware requirements! Watch the Raspberry Pi Zero on wheels video below. Article Feynman Machine: a New Approach for Cortical and Machine Intelligence. Paper Feynman …
Read More -
Fulcro development with Emacs+Cider
Dec 19, 2017 · 2 min read · Computer Software Functional Programming Server Clojure ClojureScript Editor Emacs Full Stack ·Using Emacs+Cider for development with Fulcro. To set up Emacs for Clojure and ClojureScript development with Cider see e.g.: My Emacs configuration Start headless REPL Start a headless REPL. 1JVM_OPTS="-Ddev" lein repl :headless Jot down the port on which the nREPL server started. Connect to REPL (for Clojure) In …
Read More -
Fulcro
Dec 18, 2017 · 1 min read · Computer Software Functional Programming Database Server Client GUI Internet Clojure ClojureScript JavaScript Full Stack ·A library for development of single-page full-stack web applications in Clojure / ClojureScript – Fulcro (by Fulcrologic, LLC). Fulcro 2.0 is a library for building data-driven full-stack applications for the web. It uses React, is written in Clojure and Clojurescript (so it has first-class functional abilities with …
Read More -
The Purely Functional Linux Distribution – NixOS (by Dolstra, Eelco). NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages. Research project …
Read More -
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