Elixirでハードウェアが作れちゃう,かも!!?�データフロー型ハードウェア設計環境Cockatriceのご紹介 「fukuoka.ex#19:Elixir実践テクニック公開します③」での発表資料です.下線と枠付き画像にはハイパーリンクが付いています. https://fukuokaex.connpass.com/event/120102/ 関数型だけど書きやすい新たなプログラミング言語Elixir,これでFPGAハードウェアの設計できたら面白くない!??という発表をしました.冒頭では「ElixirでIoT芸」と称してIoTシステム向けのElixir/Erlang実行環境についても紹介しています. P.18のデモ動画はコチラ: https://twitter.com/TAKASEhideki/status/1010117388174422016 P.19のデモ動画はコチラ: https:
The only platform that fully supports Elixir and Phoenix. Unlock the full power of Elixir/Phoenix. No infrastructure, maintenance, or operations. The redesigned phoenix site is now proudly running on @gigalixir and the experience has been an absolutely joy! git push deployments with all the features of the platform, and everything is painless, down to SSL being automatically supported ❤️— Phoenix
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects concrete information about configuring Emacs to be an Elixir editing environment. Related posts/info: General Elixir Emacs resources/links/blog posts: Emacs - General Discussion, Blog Posts, Wiki Emacs lsp thread: Emacs lsp-mode (language server) + elixir-ls anyone?
Basics Basics Collections Enum Pattern Matching Control Structures Functions Pipe Operator Modules Mix Sigils Documentation Comprehensions Strings Date and Time IEX Helpers Intermediate Custom Mix Tasks Erlang Interoperability Error Handling Executables Concurrency Advanced OTP Concurrency OTP Supervisors OTP Distribution Metaprogramming Umbrella Projects Specifications and types Behaviours Protoc
Elixir Tooling Integration Into Emacs Alchemist comes with a bunch of features, which are: Mix integration Compile & Execution of Elixir code Inline code evaluation Inline macro expanding Documentation lookup Definition lookup Powerful IEx integration Smart code completion Elixir project management Phoenix support Integration with company-mode
(この記事は「FPGA Advent Calendar 2018」17日目です) すみません,技術ポエムです。 「FPGA Advent Calendar 2018」16日目は @youkis さんの「GUINNESS + Intel OpenCLでディーブラーニング(1)」でした。 私は基本的にソフトウェア屋さんですが,以前より FPGA の潜在的可能性には大いに期待していました。そこで,FPGA に関連する共同研究をスタートさせています。 今回は,その共同研究者による研究構想がまだ間に合っていないので,今後ご期待を...!!! ということなのですが,せっかく「FPGA Advent Calendar 2018」がオープンになっていたので,RISC-V のソフトコアを FPGA に載せてプロセッサアーキテクチャとプログラミング言語処理系の研究してみたいというポエムを書くことで,名乗りを上
(この記事は「機械学習工学 / MLSE Advent Calendar 2018」の9日目です) 「機械学習工学 / MLSE Advent Calendar 2018」8日目は @watanabe0621 さんの「初めてのMLシステム開発とデプロイ」でした。 「機械学習工学 / MLSE Advent Calendar 2018」9日目の今日は,並列プログラミング言語 Elixir(エリクサー)とそれによる機械学習ツールチェーンについてご紹介します。 @arutema47 さんの「2018年版 機械学習ハードウェアのState of the Artを考える ~CPU, GPU, TPUを添えて~」にも関連する話も言及したいと思います。 Elixir に注目する理由 私たち fukuoka.ex が Elixir に注目する理由を説明します。 今後,IoT の急速な普及などの理由でデータ
Elixir v1.8のリリースが2019年1月に予定されています。それに先立ってPlataformatec社のblogに2018年11月16日付で「What’s new in Elixir – Nov/18」と題して、すでに加えられたおもな新機能が紹介されました。本稿はPlataformatec社の許諾を得て、この記事の内容にGitHubのコミット情報も加え、整理してご説明します。 mix testのタスクに--max-failuresのフラグが加わります。 コミット「Introduce ExUnit --max-failures feature」 指定したn回の失敗に達すると、スイートは中止されます。そして、返されるのは、それまでに終えたテストの回数です。モジュールが無効のときは、その旨を報告する一方で、そのテストはすべて失敗に数えられます。 Inspectプロトコルが簡単に引き出せる
A new semester has started, which means it is time for a new Elixir release! This release brings quality of life improvements to the documentation, to error handling, to logger reporting, and to ExUnit, Elixir’s testing library. We are also glad to welcome Michał Muskała to the Elixir Core team. Prior to joining the team, he was a member of the Ecto team, he has made plenty of contributions to Eli
最速で知る! ElixirプログラミングとErlang/OTPの始め方【第二言語としてのElixir】 Elixir入門の手引、第1弾となる今回はErlangのVM上のプロセスをElixirで扱う方法を説明し、Elixirでどのようにアプリケーションを構築するのかを解説します。 はじめまして! 大原常徳(おおはら・つねのり)といいます。 今回から2回に分けて「第二言語としてのElixir」というテーマで、プログラミング言語Elixirの入門記事をお届けします。 Elixirは、José Valim氏によって開発されているプログラミング言語です。 最大の特徴は、ErlangのVM上で動作し、Erlangのモジュールを利用できることでしょう。 ちょうど、ScalaがJava VM上で動作し、Javaの関数を利用できるという関係に似ていますね。 {$annotation_2}Elixir Erl
1日1時間、業務と関係なく何か勉強しようと思った。 Elixir にした理由: lily whiteと学ぶElixir入門 というのを偶然見つけたから。そんだけ。 Elixir とは 関数型の言語のひとつ。 えりくさーと読む。 Erlang とは Elixir は Erlang(あーらん) という言語で実装されているので、その特徴を引き継いでるのらしい。 いちいち読み方がむずい。 Erlang は、もともと通信事業者で使われていたようで、並行処理とか分散処理にすごい向いてる。 この Erlang が Facebook のチャットとか、What's up というLINE的なものにも使われてるくらい、イケてるし実績も積んでる。 その Erlang で実装されたのが Elixir。これは期待!! ・・いやいや、Erlang イケてるなら、Erlang で普通に書いたらいいじゃないか。 構文がむず
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く