社員募集について

注意: これは過去の募集です。現在は募集をしておりません。新たに募集する場合は新しくお知らせ致します。

弊社ダイラムダ株式会社で一緒に働いてくださる方を若干名募集します。

[続きを読む]

SCamlによるTezosプログラミング#0

SCaml という Tezos ブロックチェーン のためのスマートコントラクト記述言語とコンパイラを作って元旦にリリースしました。

[続きを読む]

Release of SCaml 1.0 Pyramid

Happy new year! We have just done our first release of SCaml, version 1.0 “Pyramid”.

SCaml is yet another OCaml compiler to Michelson VM used for Tezos blockchain.

SCaml’s primary goal is to build a fully working high-level programming language for smart contracts with the least efforts. For this purpose we have decided to make it over an existing language and chose OCaml as the base. We avoided adding any extra language feature. Primarily it was to reduce the development cost, however we soon found several benefits of keeping it a strict subset of OCaml. OCaml programmers can write smart contracts in SCaml immediately without lots of surprises. Tools around OCaml can be used for SCaml almost for free, and so on. For more details, please read our previous post “SCaml: it’s not a scam”.

[続きを読む]