タグ

ocamlに関するyharaのブックマーク (18)

  • 経験15年のOCaml ユーザーが Haskell を仕事で半年使ってみた - camlspotter’s blog


     Quants  Quantitatitatitatitative  Quant 20 Quant   Quant 
    経験15年のOCaml ユーザーが Haskell を仕事で半年使ってみた - camlspotter’s blog
  • OCamlの型検査は決定不能


    1990()OCamlMLOCaml MLsignature ascription Standard MLM : SM :>SMSM : Stransparent signature ascriptionM :>Sopaque signature ascription 
  • ファンクターについての覚え書き - Qiita


     OCaml   OCaml  OCaml 使 Set  Map 使使 
    ファンクターについての覚え書き - Qiita
    yhara
    yhara 2015/05/19
  • http://ocamloscope.herokuapp.com/

    yhara
    yhara 2015/01/27
  • 「プログラミングの基礎」を使った授業紹介

    「プログラミングの基礎」を使った授業紹介 浅井 健一 このページでは、お茶の水女子大学、理学部、情報科学科の2年生を 対象とした授業「関数型言語」のビデオほかを公開しています。 この授業は反転授業 (flipped class) を行っており、 受講生は授業前に以下の予習を求められます。 毎回の授業用に用意されたビデオを見て、 予習クイズに答えること。 教科書の該当部分を読んで、 教科書問題に答えること。 授業時間中は特に内容の説明はせず、 受講生は別途、示される練習問題とレポート問題を各自、解きます。 その際に生じた疑問点等について授業で個別に対応しています。

    yhara
    yhara 2014/07/15
  • Efficient and Insightful Generalization

    How OCaml type checker works -- or what polymorphism and garbage collection have in common There is more to Hindley-Milner type inference than the Algorithm W. In 1988, Didier Rémy was looking to speed up the type inference in Caml and discovered an elegant method of type generalization. Not only it is fast, avoiding scanning the type environment. It smoothly extends to catching of locally-declare

  • Bitbucket

    yhara
    yhara 2014/05/16
    "OCamlで作るLLVMコンパイラ意味解析入門"
  • OCaml: what you gain - Thomas Leonard's blog

    Way back in June, in Replacing Python: second round, I wrote: The big surprise for me in these tests was how little you lose going from Python to OCaml. Of course, I was mainly focused on making sure the things I needed were still available. With the port now complete (0install 2.6 has been released, and contains no Python code), here's a summary of the main things you gain. Table of Contents Func

    yhara
    yhara 2014/02/16
  • gist:5779445

    yhara
    yhara 2013/06/17
  • letとletrecが必要なのはなぜか - 飲む、寝る。


    letletrec2 letletrec letrecrec (letrec ((fact (^n (if (zero? n) 1 (* n (fact (- n 1))))))) (fact 10)) let  (let ((x 1)) (let ((x (+ x 1))) x)) shadowing let shadowing  identifier 使   identifier 
    letとletrecが必要なのはなぜか - 飲む、寝る。
  • 1モジュール1データ型主義 - camlspotter’s blog


    OCaml 1121 OCaml  SML  11:   Person tt  OCaml   OCaml  11: 
    1モジュール1データ型主義 - camlspotter’s blog
    yhara
    yhara 2012/12/18
  • Caml Trading

    DEMO VIDEOS Get to know everything Vimeo can do for your business. Watch now

    Caml Trading
    yhara
    yhara 2012/04/01
  • Jane Street Tech Blog

    Sep 12, 2023 | 10 min read What the interns have wrought, 2023 edition We’re once again at the end of our internship season, and it’s my task to provide a few highlights of what the dev interns accomplished...

    Jane Street Tech Blog
    yhara
    yhara 2012/03/13
  • Why do hedge funds and financial services often use OCaml?

    Speaking to a number of quants / hedgies, I came to the conclusion that a large number of them seem to be using either a homebrew language or OCaml for many tasks. What many of them couldn't answer was why. I can certainly understand why they wouldnt want to use C++ for the most part, but why is OCaml superior for these uses compared to other scripting languages, say Python, Ruby etc?

    Why do hedge funds and financial services often use OCaml?
    yhara
    yhara 2012/03/13
  • http://ocsigen.org/js_of_ocaml/

  • ウェブブラウザで関数型プログラミング! js_of_ocaml - camlspotter’s blog


    js_of_ocaml  Google  Dart !! OCaml  JavaScript JS OCaml!JS使! http://ocsigen.org/js_of_ocaml/manual/ demo OCaml !  js_of_ocaml  Hack () JavaScript JS
    ウェブブラウザで関数型プログラミング! js_of_ocaml - camlspotter’s blog
  • キャミバ様が id:ymotongpoo を木人形にされるようです - camlspotter’s blog

    事の次第 @camlspotter「めんどくせ、あいつに押し付けよ… @camloeba「おれには強く型付けされたコードが必要だ! あらゆる実験にたえうる木人形がな!ぶつぶつ‥ @camlspotter: 「キャミバ様、実はこんなものが… @camloeba「ほう… … ||||||:::::::;:::::;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::::::|     | |::::::;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::::::::::::::||||||| |||||::::::::::/   ●   \:::|    |:::/   ●   \::::::::::||||||| |||::::::::;;;;;;;──────;;;;;;;;|    |;;;;;;──────;;;;;;;;;;:::::|||||| |;;;;;;;

    キャミバ様が id:ymotongpoo を木人形にされるようです - camlspotter’s blog
    yhara
    yhara 2010/12/13
    すごい
  • 幽霊型を使ってウェブアプリで安全に文字列を使う:Rainy Day Codings:So-net blog


     Joel on Software  [1] / (type)  (kind)   Joel Spolsky  IDE  
    yhara
    yhara 2007/05/28
  • 1