はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『adambard.com』

  • 人気
  • 新着
  • すべて
  • Bucklescript vs Elm vs Typescript: Typed Javascript showdown! | Adam Bard, Handsome Web Developer

    3 users

    adambard.com

    Bucklescript vs Elm vs Typescript: Typed Javascript showdown! You, a web developer, have probably heard of Typescript, may have heard of Elm, and you might even have heard of Bucklescript/ReasonML as well. Each of these represents a compiles-to-javascript language with strong type support, but each has some different opinions, philosophies, and features. In this article I’ll walk you through the f

    • テクノロジー
    • 2017/09/26 05:05
    • Compojure apps, in the style of Sinatra | Adam Bard, Handsome Web Developer

      3 users

      adambard.com

      Sinatra, the Ruby microframework. What were you thinking?Clojure has an approachability problem. In part, this is due to the relatively unusual syntax, but that can’t get all the credit. When it comes to building server-side web applications, a major sticking point is the “lack of frameworks” problem, and more to the point, the common Clojurian’s response: “Clojure users prefer to assemble their o

      • テクノロジー
      • 2014/09/06 08:17
      • Clojure
      • web
      • The same app 4 times: PHP vs Python vs Ruby vs Clojure - Adam Bard and his magical blog

        11 users

        adambard.com

        Here’s a toy program I wrote implemented in PHP, Python, Ruby, and Clojure. I hope it’s helpful for someone who knows at least one of those and wants to learn another. The program is called “Nurblizer”, and it does one thing: Accept free-form text, and attempt to replace all words but the nouns in said text with the word “nurble”. It’s up and running at http://nurblizer.herokuapp.com First, the PH

        • テクノロジー
        • 2013/12/11 09:46
        • python
        • PHP
        • ruby
        • programming
        • プログラミング
        • *あとで読む
        • The many flavors of concurrency in Clojure | Adam Bard, Handsome Web Developer

          3 users

          adambard.com

          A code comparison of Lamina, Pulsar, core.async, and core.reducersClojure, being the extensible, malleable, rewritable language that it is, is spoiled for choice when it comes to making your cores work for you. You can pick your poison when it comes to making your program concurrent. On Github:You can find the code at this github repository Today I’m going to take you on a stroll through 4 differe

          • テクノロジー
          • 2013/12/10 08:53
          • Clojure
          • Clojure's core.typed vs Haskell | Adam Bard, Handsome Web Developer

            6 users

            adambard.com

            A Project Euler showdownAmbrose Bonnaire-Sergeant’s core.typed library has been receiving a lot of attention lately. In fact, Ambrose has just raised a well-deserved $20,000 to continue his work on the library. I was doing Project Euler problems this weekend in Haskell for fun, and I thought it might be interesting to compare some solutions in typed clojure and Haskell. If you’ve not done Project

            • テクノロジー
            • 2013/10/01 11:50
            • Clojure
            • Haskell
            • 3 new programming languages to watch | Adam Bard, Handsome Web Developer

              9 users

              adambard.com

              (that you've probably never heard of)On the eve of learnxinyminutes.com getting TechCrunch’d, I thought I’d write about a few of my favorite languages on the site. Learn X in Y minutes has a lot of conventional blockbusters like C and Java now, as well as old cult favorites like Haskell and Erlang, but it was the independent films — that is, languages — that received some of the earliest attention

              • テクノロジー
              • 2013/08/07 17:58
              • language
              • Javascript
              • Clojure.core: Batteries (almost) included | Adam Bard, Handsome Web Developer

                4 users

                adambard.com

                Today, I want to provide a guided tour through some of the many libraries available from the Clojure team that don’t come distributed with Clojure. Consider them Clojures standard library. Some came from old clojure.contrib libs, others are brand-new, but all are great. ForewordI spend a lot of time thinking about how to make Clojure more popular. After all, if there’s more code written in Clojure

                • テクノロジー
                • 2013/06/13 23:25
                • Clojure

                このページはまだ
                ブックマークされていません

                このページを最初にブックマークしてみませんか?

                『adambard.com』の新着エントリーを見る

                キーボードショートカット一覧

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

                • 総合
                • 一般
                • 世の中
                • 政治と経済
                • 暮らし
                • 学び
                • テクノロジー
                • エンタメ
                • アニメとゲーム
                • おもしろ
                • アプリ・拡張機能
                • 開発ブログ
                • ヘルプ
                • お問い合わせ
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について
                • ガイドライン
                • 利用規約
                • プライバシーポリシー
                • 利用者情報の外部送信について

                公式Twitter

                • 公式アカウント
                • ホットエントリー

                はてなのサービス

                • はてなブログ
                • はてなブログPro
                • 人力検索はてな
                • はてなブログ タグ
                • はてなニュース
                • ソレドコ
                • App Storeからダウンロード
                • Google Playで手に入れよう
                Copyright © 2005-2025 Hatena. All Rights Reserved.
                設定を変更しましたx