-
Julia programming language
Mar 23, 2018 · 2 min read · Computer Software AI Machine Learning Data Science Scientific Computing Numerical Julia ·A high-level, high-performance dynamic programming language for numerical computing. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. – Julia (by JuliaLang). Julia Julia is the fastest high performance open source computing …
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-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 -
Where stable actually means stable! – Debian (by Software in the Public Interest). Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 51000 packages, precompiled …
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 -
Modern CSS framework based on Flexbox – Bulma (by Jeremy Thomas). From its documentation CDN https://cdnjs.com/libraries/bulma CSS only Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css. You can either use that file, "out of the box", or download the Sass source files to customize the …
Read More -
My atom-config (which is unused because I use only Emacs these days). Usage rename your existing ~/.atom directory as a backup; git clone https://codeberg.org/photonsphere/atom-config.git ~/.atom Start atom.
Read More