Packages by categoryCategories: (4), "Distributed Computing" (1), - (1), .NET (9), Accelerate (27), Accessibility (4), ACME (55), Actors (2), Adjunctions (2), ADSB (5), Aerospace (12), Aeson (4), Agda (1), AI (81), Algebra (62), Algebra Uniform (1), Algorithm (9), Algorithm Visualization (2), Algorithmic Music Composition (1), Algorithms (140), Amazon (1), Amqp (1), Anatomy (1), Animation (6), AN
This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries. See also: Game Development See also the Game category on Hackage, and the Haskell Tiny Game Jam. Allure of the Stars A near-future Sci-Fi roguelike and tactical squad combat game. In brilliant 16-color ASCII, grid-based, turn-based, with a story, stealth,
A Gentle Introduction to the Haskell XML Toolbox The Haskell XML Toolbox (HXT) is a collection of tools for processing XML with Haskell. The core component of the Haskell XML Toolbox is a domain specific language consisting of a set of combinators for processing XML trees in a simple and elegant way. The combinator library is based on the concept of arrows. The main component is a validating and n
モナドのすべて Haskell におけるモナドプログラミングの理論と実践に関する包括的ガイド Version 1.1.0 このチュートリアルは、モナドの概念とその関数プログラミングにおける応用に ついて、初中級の Haskell プログラマにわかりやすく、利用価値があるような 解説をすることを旨としています。読者は Haskell になれていることを前提と しますが、モナドに関する経験は要求していません。このチュートリアルは、多 くの題材をカバーしています。後半のセクションでは、前半の題材をよく理解し ていることを前提とします。順をおって、モナドプログラミングを例示するため のサンプルコードがたくさん用意されています。一読で、すべての題材を吸収し ようというのはお勧めできません。 このチュートリアルは 3 つの部分で構成されています。最初の部分は、 関数プログラミングにおけるモナドの基本的
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
#!/usr/bin/env ruby # $Id: hiki.cgi,v 1.10.2.6 2004/06/26 14:11:23 fdiary Exp $ # Copyright (C) 2002-2004 TAKEUCHI Hitoshi BEGIN { $defout.binmode } $SAFE = 0 $KCODE = 'e' $path = File::dirname(__FILE__) HIKI_VERSION = '0.6.5' begin require 'cgi' require './hikiconf' require 'hiki/global' require 'hiki/command' require 'hiki/util' require "hiki/db/#{$database_type}" include Hiki::Util load_config
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
HaskellでTwitterクライアントを書いてみました http://inajob.no-ip.org/lab/Hwitter.zip ソースも同梱してあるので何かの参考になるかな? Twitを目指したけどまだまだってかんじw 主な機能 Twitterへの投稿が可能 FriendTimelineを閲覧可能 ユーザアイコンの取得 ポップアップ通知(うざい) TinyURL自動展開 うれしかったこと JSONのパーサ http://www.tom.sfc.keio.ac.jp/~sakai/d/?date=20060427#p02 を少し変更して使ったんだが、この変更がかなり楽だった。 Haskellは美しくパーサがかけることが分かった こまかいユーティリティ関数は関数的に綺麗に書けたものもあった かなしかったこと GUI周りのコード(ほとんど)がHaskellらしく書けなかった ほとんど
Introduction A while ago, after what now seems like eternity of flirting with Haskell articles and papers, I finally crossed the boundary between theory and practice and downloaded a Haskell compiler. I decided to do a field evaluation of the language by two means. I was going to solve a problem in a domain that Haskell is known to excel at followed by a real world problem1 that hasn't had much ex
See Iavor Diatchki’s page “The Evolution of a Programmer” for the “original” (though he is not the author), and also below for the story behind this version. (This page has been translated into the Serbo-Croatian language by Anja Skrba from Webhostinggeeks.com. Thanks, Anja, for all your hard work!) Freshman Haskell programmer fac n = if n == 0 then 1 else n * fac (n-1) Sophomore Haskell programme
Cool, an acronym for Classroom Object Oriented Language, is a computer programming language designed by Alexander Aiken for use in an undergraduate compiler course project. While small enough for a one term project, Cool still has many of the features of modern programming languages, including objects, automatic memory management, strong static typing and simple reflection. The reference Cool comp
Bienvenue à Sébastien Wald, nouveau Ingénieur Transfert au Loria Bienvenue à Sébastien Wald, nouveau membre du laboratoire depuis juillet, qui rejoint le Service Innovation & Transfert du Loria, aux côtés d’Adrien Guénard et Julie Buquet, en tant qu’Ingénieur Transfert. [3 questions à] Hélène Delacour et Gilles Simon sur le PEPR « Industries culturelles et créatives : action, recherche, expériment
Jul 25, 2005 Lisp は大変優れた言語だと思いますが、いまいち人気がありません。なぜでしょうか? 理由としては、 使う機会が無い。つまり、どうしても学ばなければならないというものではない。 敷居が高い。 の2点があると思います。 最初の点についてはまさにその通りだと思いますが、敷居が高いというのは誤解だと思います。 前置記法は Lisp を学ぶときに全然問題にならないと思います。中置記法より便利で、一貫性があります。 括弧の多さも問題にならないと思います。Emacs や xyzzy を使えば、括弧の対応づけ、 インデントは自動でやってくれるので、読み書きにはそれほど苦労しないと思います。 しかし、問題になるのは、 Lisp の記法があまりにもシンプルで、データとしてのリストも、 プログラムもまったく同じ記法を取る点であると思います。 この単純化しすぎた記法のため、quote
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く