概要
隅田川.js #1(オンライン) - connpass
connpassはイベントやIT勉強会の開催、さらに参加者の集客に便利です。コミュニティやグループの運営やイベントの検索、事前決済もできます。
隅田川.js #1に参加してきました。オンライン開催です。
Deno触ってみた
いきなりですが、発表に触発された(二人もDenoの発表有り)ので、Deno触ってみました。
Deno - A secure runtime for JavaScript and TypeScript
Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
$ brew install deno
=> Downloading https://homebrew.bintray.com/bottles/deno-1.0.0.mojave.bottle.1.tar.gz
==> Downloading from https://akamai.bintray.com/fa/faa0baff031d4ed196065aa8b908603b55f1f4ec91cf1b3c0236840d74661c79?
######################################################################## 100.0%
==> Pouring deno-1.0.0.mojave.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
==> Summary
🍺 /usr/local/Cellar/deno/1.0.0: 9 files, 42.0MB
completionも入れてくれたとの事なので、再読み込み。
$ source ~/.zshrc
補完が効くようになりました。
$ deno # ここまで打ってtab
bundle -- Bundle module and dependencies into single file
cache -- Cache the dependencies
completions -- Generate shell completions
doc -- Show documentation for a module
eval -- Eval script
fmt -- Format source files
help -- Prints this message or the help of the given subcommand(s)
info -- Show info about cache or info related to source file
install -- Install script as an executable
repl -- Read Eval Print Loop
run -- Run a program given a filename or url to the module
test -- Run tests
types -- Print runtime TypeScript declarations
upgrade -- Upgrade deno executable to given version
実行してみる
$ deno run https://deno.land/std/examples/welcome.ts
Download https://deno.land/std/examples/welcome.ts
Warning Implicitly using master branch https://deno.land/std/examples/welcome.ts
Compile https://deno.land/std/examples/welcome.ts
Welcome to Deno 🦕
恐竜かわいい。
ここまでは超簡単ですね。
発表を聞いた感じ、プロダクトに使うにはまだまだ時間がかかりそうですが、思想的には結構好きなので(書き方に対する縛りがちょっときつめな方が好き)期待。
勉強会の感想
久しぶりの勉強会で楽しいな〜と思いつつ、リモート開催で、懇親会が無いのが寂しい。
この感想前も書いてたな。
私は勉強会の懇親会が好きなようです。Remoとかで、終わった後にみんなと話したいなぁ。
コメント