2018年5月16日水曜日

paizacloud,GolangAnswers, ElixirAnswers,HaskellAnswers

for stack :: curl -sSL https://get.haskellstack.org/ | sh パイザクラウドではディスク不足!

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
for elixir ::


まずapt-getで入れてたelixirを消します
$ apt-get remove elixir
つづいて、適当な場所にelixirのソースコードをcloneしてmake

$ git clone https://github.com/elixir-lang/elixir.git

$ cd elixir

$ git checkout v1.2

$ make clean test

$ sudo make install
---------------------------------------------------------------------------------------

gobook exercises answers ::  https://github.com/torbiak/gopl
go by example japanese :: https://oohira.github.io/gobyexample-jp/hello-world.html
GOの最深部2か所(リフレクションとC言語境界)
リフレクション: https://github.com/torbiak/gopl
C言語境界: https://qiita.com/toshikitsubouchi/items/251f9e69390e1a4260b9
-----------------------------------------------------------------
https://tnomura9.exblog.jp/17526233/  なんだっけ?
elixir book exercises answers ::
https://github.com/laurocaetano/programming-elixir-exercises 
elixir and postgresql ::
elixir-postgres:: https://symfoware.blog.fc2.com/blog-entry-1776.html

mix newでつくったmix.exsにあるdepは重要 消してはいけない
かならずmix deps.getなどしておく!

フェニックス:
Best pages :: https://hexdocs.pm/phoenix/up_and_running.html
For referrable japanese pages :: https://dev.classmethod.jp/server-side/web-application-made-with-elixir-and-phoenix/
--------------------------------------------------------------------------
in ubuntu only (haskell books)

 $ sudo apt-get install sqlite3 これだけではダメ
$ sudo apt-get install libsqlite3-dev これしてないと10章は動かん


0 件のコメント:

コメントを投稿