gizmo385 / LearningClojure

Different experiments with Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clojure Experiments

Various experiments with Clojure that may or may not get finished. These projects may or may not get finished and there is no assurance that they will be finished in any reasonable time frame.

The projects currently included in the master branch are as follows:

  • automata: This is an experiment involving the simulation of finite state automata.

  • chat-app: An attempt at writing a distributed chat application. This operates on a similar message protocol that this project operates on.

  • graphs: Experiments in how to represent a semi-complex data structure in Clojure. Several different versions, included a typed version, are available in this repo.

  • n-bodies: Attempting to create an n-body simulation in a stateless system. The logic behind this system is a port of this project.

  • ttt-server: Experiments in how a REST API might be defined in a language like Clojure.

About

Different experiments with Clojure

License:MIT License


Languages

Language:Clojure 100.0%