2014年以降でどのようなものがあるか。
http://cognitect.com/resources#training-videos-and-webinars
http://cognitect.com/events/training-sessions/core-async-clojurewest-2015
イベントのやつの素材がある。
{ | |
"queryIntervals": [ | |
1, | |
5, | |
10, | |
15, | |
20 | |
], | |
"frameworks": [ | |
"gemini", |
{ | |
"queryIntervals": [ | |
1, | |
5, | |
10, | |
15, | |
20 | |
], | |
"frameworks": [ | |
"gemini", |
(ns stagbeetle.core | |
(:gen-class) | |
(:use [seesaw.core] | |
[seesaw.graphics])) | |
(set! *warn-on-reflection* true) | |
(import (java.awt.image BufferedImage | |
WritableRaster) | |
(java.awt Color |
brew update | |
brew install qemu | |
CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64 capstan run -p qemu cloudius/osv | |
# ~/.bash_profile に追加 | |
export CAPSTAN_QEMU_PATH=/usr/local/bin/qemu-system-x86_64 |
# It depends on the llvm --with-rtti (It takes a long time) | |
brew install https://github.com/odekopoon/homebrew-versions/raw/ponyc/ponyc014.rb |
# It depends on the llvm --with-rtti (It takes a long time) | |
brew install libressl pcre2 ponyc | |
# use HEAD | |
brew install https://raw.githubusercontent.com/odekopoon/homebrew/etc/Library/Formula/ponyc.rb --HEAD |
# Scaleway(https://www.scaleway.com/) | |
# add user && set sudo | |
adduser admin | |
su - admin | |
# install add-apt-repository | |
sudo apt-get update | |
sudo apt-get install -y software-properties-common |
require 'formula' | |
class Shen < Formula | |
url 'http://www.shenlanguage.org/download/Shen.zip' | |
homepage 'http://www.lambdassociates.org/' | |
sha1 '3fa8f00d80b5600892fe3dc55ee97a3154a5161e' | |
version '19.2' | |
case | |
when ARGV.include?("--sbcl") then | |
depends_on 'sbcl' |
### 1.8 GHz Intel Core i5 @ OS X 10.10.5 | |
$ lein -v | |
Leiningen 2.5.3 on Java 1.8.0_60 Java HotSpot(TM) 64-Bit Server VM | |
### skummet 1.7.0-r1 | |
$ lein clean | |
$ lein skummet compile; lein skummet jar | |
$ time java -cp target/lein-skummet-sample-0.0.1-SNAPSHOT-standalone.jar sample.core |
2014年以降でどのようなものがあるか。
http://cognitect.com/resources#training-videos-and-webinars
http://cognitect.com/events/training-sessions/core-async-clojurewest-2015
イベントのやつの素材がある。