The Photonsphere
open-menu closeme
Home
Hardware
Links icon
Collection of Links Wikimedia Commons
Privacy
About
github mastodon twitter linkedin rss
  • Immutant

    calendar Sep 21, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript Server  ·
    Share on: twitter facebook linkedin copy
    Immutant

    An integrated suite of Clojure libraries backed by Undertow for web, HornetQ for messaging, Infinispan for caching, Quartz for scheduling, and Narayana for transactions. Applications built with Immutant can optionally be deployed to a WildFly or JBoss EAP cluster for enhanced features. Its fundamental goal is to reduce …


    Read More
  • Tongue

    calendar Sep 21, 2016 · 1 min read · Computer Software Functional Programming GUI Clojure ClojureScript  ·
    Share on: twitter facebook linkedin copy
    Tongue

    A do-it-yourself i18n library for Clojure and ClojureScript – Tongue (by Nikita Prokopov). From its documentation Tongue is very simple yet capable: Dictionaries are just Clojure maps. Translations are either strings, template strings or arbitrary functions. No additional build steps, no runtime resource loading. It …


    Read More
  • Rum

    calendar Sep 17, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript GUI  ·
    Share on: twitter facebook linkedin copy
    Rum

    Simple, decomplected, isomorphic HTML UI library for Clojure and ClojureScript – Rum (by Nikita Prokopov) From its documentation Rum is a client/server library for HTML UI. In ClojureScript, it works as React wrapper, in Clojure, it is a static HTML generator. Rum: does not dictate how to store your state; has …


    Read More
  • ClojureScript apps for iOS and Android devices

    calendar Aug 17, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript GUI Android iOS  ·
    Share on: twitter facebook linkedin copy
    ClojureScript apps for iOS and Android devices

    For Leiningen: A fork of dmotz/natal by Dan Motzenbecker with the goal of generating skeleton of native app for iOS and Android based on Reagent + re-frame, Om.Next or Rum – Re-Natal (by Artur Girenko). For Boot: Provides several tasks that helps integrate ClojureScript with the React Native packager and build process …


    Read More
  • Cross platform desktop applications in ClojureScript

    calendar Aug 4, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript GUI  ·
    Share on: twitter facebook linkedin copy
    Cross platform desktop applications in ClojureScript

    GitHub's Electron is used to build cross platform desktop apps with web technologies like JavaScript, HTML, and CSS. The text editor Atom and the Slack application are written using Electron. Because ClojureScript (video presentation: Clojure/ClojureScript: One Language to Rule the Web) compiles to JavaScript Electron …


    Read More
  • Project Skummet

    calendar Jun 25, 2016 · 1 min read · Computer Software Functional Programming Clojure Embedded Android  ·
    Share on: twitter facebook linkedin copy
    Project Skummet

    Experimental Clojure compiler with small memory footprint, fast loading time and reduced binary size – Project Skummet (by Alex Yakushev) BEWARE project appears terminated (July 2023)


    Read More
  • Ferret

    calendar Jun 11, 2016 · 1 min read · Computer Software Functional Programming Clojure C++ Embedded Real-Time  ·
    Share on: twitter facebook linkedin copy
    Ferret

    Ferret is a free software Clojure implementation, it compiles a restricted subset of the Clojure language to self contained ISO C++11 which allows for the use of Clojure in real time embedded control systems – Ferret by Nurullah Akkaya) From its documentation Ferret does not depend on any external dependencies …


    Read More
  • Posh

    calendar May 3, 2016 · 1 min read · Computer Software Functional Programming Clojure ClojureScript GUI  ·
    Share on: twitter facebook linkedin copy
    Posh

    A luxuriously simple and powerful way to make front-ends with DataScript and Reagent in Clojure – Posh (by Matt Parker) A video on a project that uses Posh: Datalog all the way down - by Christopher Small


    Read More
  • Lightweight i18n using re-frame modified

    calendar Apr 22, 2016 · 2 min read · Computer Software Functional Programming Clojure ClojureScript GUI  ·
    Share on: twitter facebook linkedin copy
    Lightweight i18n using re-frame modified

    A lightweight i18n solution for use with re-frame. It's inspired by Tower, a Clojure/Script i18n & L10n library. Update: later found the Tongue library (by Nikita Prokopov). i18n code 1(ns examplens.i18n 2 (:require [examplens.translations :refer [translations]])) 3 4(def i18n-not-found-key "I18N-KEY") 5(def …


    Read More
  • Om Next routing with om.next/set-query!

    calendar Jan 29, 2016 · 3 min read · Computer Software Functional Programming Clojure ClojureScript GUI  ·
    Share on: twitter facebook linkedin copy
    Om Next routing with om.next/set-query!

    An implementation of client side routing using the client-side router library secretary and om.next/set-query!. Note: this solution may become outdated when Routing-Hooks is made available. Further reading on Om Next routing, see: Routing-Support. Also take a look first at: Routing in Om Next — a Catalog of Approaches, …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Mari Donkers photo

Mari Donkers

Software developer, functional programming, photography.
Read More

Featured Posts

  • KMyMoney to HLedger
  • Serializing any-size objects to a random access file

Recent Posts

  • YAME — Yet Another Miso Example
  • Julia — Pluto.jl notebooks
  • Haskell library and client for OpenTimestamps
  • Instapaper export index generator -- Haskell version
  • Energy prices as command prompt ASCII table -- Haskell version
  • Debian stable with declarative install script
  • Hastl modern web-application starter template
  • The Gleam programming language, with cat package

Categories

LINUX 47 CLOJURE 36 HASKELL 21 EDITOR 8 ERLANG 7 DOCKER 6 ELIXIR 5 STATIC SITE GENERATOR 5 CMS 4 FINANCIAL 4 FULL STACK 4 NIXOS 4 PHP 4 ALGORITHM 3
All Categories
AI2 ALGORITHM3 ANDROID1 C++1 CLOJURE36 CMS4 CRYPTO CURRENCY1 CRYPTOGRAPHY1 CSS1 DATA STRUCTURE2 DATABASE3 DEBIAN1 DEVELOPMENT3 DOCKER6 EDITOR8 EDITORS1 ELIXIR5 EMACS1 ERLANG7 FINANCIAL4 FULL STACK4 GLEAM2 HASKELL21 HTML1 HTMX1 JAVA2 JAVAFX1 JAVASCRIPT1 JULIA2 LINUX47 LISP3 LUA1 MACHINE LEARNING1 NIXOS4 OPENTIMESTAMPS1 PHOTOGRAPHY1 PHP4 PROTOCOL2 PURESCRIPT2 RACKET1 RUST2 SERVER2 STATIC SITE GENERATOR5 TILING WINDOW MANAGER1
[A~Z][0~9]

Series

LINUX 42 CLOJURE 36 HASKELL 21 DOCKER 11 EDITORS 9 ERLANG 7 ELIXIR 5 NIXOS 5 CMS 4 FINANCIAL 4 FULL STACK 4 PHP 4 STATIC SITE GENERATORS 4 ALGORITHMS 3
All Series
AI2 ALGORITHMS3 ANDROID3 C++1 CLOJURE36 CMS4 CRYPTO CURRENCY1 CRYPTOGRAPHY1 DATA STRUCTURES2 DATABASE1 DATABASES1 DEBIAN3 DEVELOPMENT1 DOCKER11 EDITORS9 ELIXIR5 EMACS1 ERLANG7 FINANCIAL4 FULL STACK4 GLEAM2 HASKELL21 HUGO2 INTERNET2 IOS1 JAVA2 JULIA2 LINUX42 LISP3 LUA1 MISO1 NIXOS5 NNTP1 OPENTIMESTAMPS1 PHP4 PLUTO1 PROPELLOR1 PROTOCOL1 PURESCRIPT2 RACKET1 RUST2 SERVER3 STATIC SITE GENERATORS4 TILING WINDOW MANAGERS1
[A~Z][0~9]

Tags

COMPUTER 98 SOFTWARE 97 FUNCTIONAL PROGRAMMING 62 CLOJURE 35 CLOJURESCRIPT 29 GUI 29 INTERNET 27 LINUX 24 HASKELL 22 SERVER 17 HTML 12 CLIENT 10 DOCKER 10 EDITOR 10
All Tags
AI2 ALGORITHM3 ANDROID4 API5 ARCHITECTURE1 ASH1 ATOM1 BINANCE1 C1 C++2 CAT1 CLIENT10 CLOJURE35 CLOJURESCRIPT29 CMS4 COMPUTER98 CRYPTO CURRENCY1 CRYPTOGRAPHY1 CSS3 CSV4 DATA SCIENCE1 DATA STRUCTURE3 DATABASE7 DEBIAN3 DOCKER10 DRUPAL2 ECLIPSE1 EDITOR10 ELIXIR5 EMACS10 EMAIL1 EMBEDDED5 ENERGY2 EXPERT SYSTEM1 FINANCIAL6 FLEXBOX1 FULL STACK3 FUNCTIONAL PROGRAMMING62 GENTOO2 GLEAM2 GRAPH DATABASE1 GUI29 HAKYLL3 HASKELL22 HTML12 HTMX1 HUGO2 IDE6 IMAP1 INDEX1 INSTAPAPER4 INTERNET27 IO2 IOS1 JAVA4 JAVASCRIPT7 JSON1 JULIA2 KDE5 KOTLIN1 LINUX24 LISP5 LIVEVIEW1 LUA1 MACHINE LEARNING2 MATHEMATICS1 MISO1 MODELING1 NIX5 NIXOS9 NNTP1 NUMERICAL1 OPENTIMESTAMPS1 PAPERSPAN1 PDF1 PHOENIX1 PHP4 PLAIN TEXT ACCOUNTING1 PLUTO1 PROPELLOR1 PROTOCOL2 PURESCRIPT2 RACKET1 REAL-TIME2 REGULAR EXPRESSION1 RULES ENGINE1 RUST2 SCIENTIFIC COMPUTING1 SDL1 SERVER17 SHELL SCRIPT6 SOFTWARE97 SPROCKET1 SQL2 STATIC SITE GENERATOR2 TERMUX2 TESTING1 TILING WINDOW MANAGER3 USENET1 WEB2 WEBGEAR4 XML1 XMONAD2 YAML1
[A~Z][0~9]
Mari Donkers / Wikimedia Commons

Copyright 2011 -  MARI DONKERS / WIKIMEDIA COMMONS. All Rights Reserved

to-top