タグ

clojureに関するsyohexのブックマーク (6)

  • Clojure で Web 開発をはじめてみよう — Clojure の日本語ガイド

    Clojure で Web 開発をはじめてみよう¶ Clojure の活用例は多岐に渡りますが、そのうちのひとつ Web 開発についてここでは触れたいと思います。 まえがき¶ このドキュメントでは出来るだけ「 Ring/Compojure を使えば開発出来るんだよ!!」という軽いノリではなく、 Ring とは何か Compojure とは何なのかという話や、実開発におけるノウハウなどを丁寧に書いていこうと思います。また、私自身未熟なところもあり理解が甘かったりするところも多少はあるかと思いますが、出来るだけ丁寧に調べて書いていくのでよろしくお願いします。誤りに気付いた方は issue を立てて頂けると助かります。 issues また、この中で書いていくコードは基的に全て以下のリポジトリにコミットしていくので分からなければそちらも確認ください。 ayato-p/intro-web-cloj

  • Web Development with Clojure を読んだ - (define -ayalog '())

    読みました。 結論から言うと、今現時点 (2015/4/12) でもまぁ役に立つ Clojure で Web 開発をするための入門書だと思います。 の概要 目次 1. Getting Your Feet Wet 2. Clojure Web Stack 3. Liberator Services 4. Database Access 5. Picture Gallery 6. Finishing Touches 7. Mixing It Up Appendix A: Alternative IDE Options Appendix B: Syntax Appendix C: Document-Oriented Database Access 簡単に概要を説明すると 1 章でとりあえず Clojure で Web アプリケーション作ってみようってとこで簡単なアプリを作ります。 2 章では少

    Web Development with Clojure を読んだ - (define -ayalog '())
  • Good night, Posterous

    Posterous Spaces is no longer available Thanks to all of my @posterous peeps. Y'all made this a crazy ride and it was an honor and pleasure working with all of y'all. Thanks to all of the users. Thanks to the academy. Nobody will read this.

  • SLIMEでClojureを使う - masatoi’s blog

    Clojureのバージョンアップのせいか、どうも前に他のサイトで見た方法がうまくいかなくなってしまった。 試行錯誤してみた結果とりあえずちゃんと動くようになったので、色々とアヤシイところはあるもののまとめてみる。 SLIMEのインストール Emacs Lispは~/elisp以下にインストールするものとする。まずはGitを利用して最新版をダウンロードする。87MBもあるのでけっこう時間かかる。SBCLは既に入っているものとする。 $ cd ~/elisp $ git clone git://git.boinkor.net/slime.git~/.emacsに以下のように書く ;; 処理系の指定 (setq inferior-lisp-program "sbcl") ;; SLIMEへのロードパスを通す (add-to-list 'load-path "~/elisp/slime/") (a

    SLIMEでClojureを使う - masatoi’s blog
  • ClojureOnUbuntu

    Clojure on Ubuntu Install Java Install Java JDK if not currently available. ~$ sudo apt-get install sun-java6-jdk Install Ant Install Ant if not currently available. ~$ sudo apt-get install ant Install Git Install Git if not currently available. ~$ sudo apt-get install git-core Install Maven Install Maven if not currently available. ~$ sudo apt-get install maven2 Install Clojure Check out the curr

  • ClojureWithEmacsSlimeSwankOnUbuntu

    Clojure with Emacs and Slime/Swank on Ubuntu Alternatives Phil Hagleberg has created some tools which will not only help with the topic described in this tutorial but can also help with emacs configuration in general. His tutorial on the clojure-specific piece is located here: in which are found tricks of the trade concerning clojure authorship. Prerequisites This tutorial assumes that the foll

    syohex
    syohex 2010/12/13
    clojureモードの設定
  • 1