2. 自己紹介 • @mr_konn • 数学科三年 • auehtnticate-oauth / yesod-auth-oauth メンテナ • ブログ:http://blog.konn-san.com • Powered by Yesod & Mighty • これ作ったときの話します
社内 TechTalk での資料。Yesod に用いられている Haskell の先進的な機能について軽く解説しています。Read less
web アプリのき開発中はローカルホストで検証し、実際のサービスはリバースプロキシの後ろで運用する方法は、たったこれだけ: yesod init する config/settings.yml を適切に変更 yesod init すると、Foundation.hs に以下のようなコードがある。 instance Yesod Sample where approot = ApprootMaster $ appRoot . settings これは、config/settings.yml からよしなにドキュメントルートを決めてくれるという意味。このファイルは、例えば以下のように書く。 Default: &defaults host: "127.0.0.1" port: 3000 copyright: Copyright (C) 2011 Kazu Yamamoto Development: <こ
Yesod is a Haskell web framework for productive development of type-safe, RESTful, high performance web applications. Yesod is a Haskell web framework for productive development of type-safe, RESTful, high performance web applications. Why Yesod? Turn runtime bugs into compile-time errors Yesod believes in the philosophy of making the compiler your ally, not your enemy. We use the type system to e
update: updated for Yesod 1.2 tl;dr: A simple Yesod tutorial. Yesod is a Haskell web framework. You shouldn’t need to know Haskell. Its efficiency (see Snap Benchmark & Warp Benchmark1). Haskell is an order of magnitude faster than interpreted languages like Ruby and Python2. Haskell is a high level language that makes it harder to shoot yourself in the foot than C, C++ or Java, for example. One o
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く