GeistHaus
log in · sign up

GitHub - technomancy/leiningen: Moved to Codeberg; this is a temporary convenience mirror

github.com

Moved to Codeberg; this is a temporary convenience mirror - technomancy/leiningen

33 pages link to this URL
Getting Started with Clojure on Heroku

Last week I introduced the Den of Clojure to Heroku. I really enjoyed learning more about Clojure and experiencing super simple Clojure deployment on Heroku. For those who haven’t yet deployed Clojure on Heroku, lets walk through 8 quick steps to get you started: Install the Heroku Toolbelt and Leiningen Login to Heroku from the command line: ```bash heroku login If this is your first time logging into Heroku from the command line then you will be led through some steps to associate an SSH key with your Heroku account.</li> * Create a new Leiningen build definition by creating a file named **project.clj** containing: ```clojure (defproject hello-clojure-noir "0.1.0-SNAPSHOT" :main web :dependencies [[org.clojure/clojure "1.4.0"] [noir "1.2.1"]]) As you can see from the dependencies, this simple app uses the [Noir web framework][4].</li> * Create a simple Noir app by creating a file named **src/web.clj** containing: ```clojure (ns web (:use noir.core) (:require [noir.server :as server]))

0 inbound links article en posts ClojureHeroku
Tour of our 250k line Clojure codebase

At Red Planet Labs we’ve been quietly developing a new kind of developer tool for many years. Our tool reduces the cost of building large-scale end-to-end applications by multiple orders of magnitu…

1 inbound link article en
Running Java Web Applications on Heroku Cedar Stack

Update: Heroku now does support Java. Heroku does not officially support Java applications yet (yes, it does). However, the most recently launched stack comes with support for Clojure. Well, if Her…

0 inbound links article en clojureclouddeploydevelopmentherokujavapaasplatformrubyweb
Heroku for Java

We're pleased to announce the public beta of Heroku for Java. Java is the fourth official language available on the Cedar stack. Java is, by many measures,

2 inbound links article en News
Fabio Kung

software, programming, computers, technology

0 inbound links website en clouddockerdockercondockercon2014handoutherokulxcslidestalkcgroupscontainerskernellinuxclojuredeploydevelopmentjavapaasplatformrubywebdesigninterfaceoodiioccodeidentationstylebenefitcostdecisionoptionsstrategycaelumcareerdeploymentjoblocaweb
Pulsar

Lightweight threads, CSP and Erlang-like actors for Clojure

2 inbound links website en
Develop clojure Web applications with vim

I recently started to learn clojure programming. It is an interesting experience. Ever since I learned computer programming almost 20 years ago, in Pascal, on a VAX minicomputer terminal, I have not experienced this newbie sensation with a computer language. The sense of excitement and novelty is high, and the …

0 inbound links article en notebook ProgrammingClojureEditorVim CC BY-NC-SA 4.0
chris granger

Taking Bret Victor's notion of connecting to your creation and turning it into a ClojureScript live game editor.

figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications

0 inbound links website en
Heroku for Java

We're pleased to announce the public beta of Heroku for Java. Java is the fourth official language available on the Cedar stack. Java is, by many measures,

1 inbound link article en News