-
Adding Crux to a Fulcro template
Jun 1, 2019 · 7 min read · Computer Software Internet Server Client Database GUI Functional Programming Clojure ClojureScript Full Stack Editor Emacs IDE ·Adding Crux database to a Fulcro template project. To set up Emacs for Clojure and ClojureScript development with Cider see e.g.: My Emacs configuration New Fulco project from template 1lein new fulcro yourprojectname Your Fulcro project is now in the subdirectory yourprojectname. Initialize development environment …
Read More -
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
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 -
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 -
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 -
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 -
Lightweight i18n using DataScript
Jan 14, 2016 · 2 min read · Computer Software Functional Programming Clojure ClojureScript Database ·A lightweight ;-) i18n solution for ClojureScript that uses a DataScript database. It's inspired by Tower, a Clojure/Script i18n & L10n library. Update: later found the Tongue library (by Nikita Prokopov). Database example code 1(ns yournamespace.dst 2 (:require [datascript.core :as d])) 3 4;; Database schema (only …
Read More