Deno に hello world くらいの入門をした。
$ deno run https://gist.githubusercontent.com/hogashi/e19701da1ff5c2934bab915d695978a7/raw/628fce187ecb6ea4a9e0ac4522f5374621ea4e8a/random-mahjong.ts
四二 筒索 一三四八九一二三五六七北発中 萬萬萬萬萬筒筒筒索索索
お試しください、 Gist にあります、 Gist にありますって書いておくとそのまま 1コマンドで実行できて便利。
Deno はこちら:
(追記 20200626) ブラウザでも実行できるようにリポジトリつくりました: GitHub - hogashi/random-mahjong: ランダム麻雀 、
https://hogashi.github.io/random-mahjong/ でお試しできます、
deno run https://raw.githubusercontent.com/hogashi/random-mahjong/master/src/random-mahjong.ts
もできます。
あと deno install https://raw.githubusercontent.com/hogashi/random-mahjong/master/src/random-mahjong.ts
もできて、 PATH さえ通せば random-mahjong
だけで実行できます。
色々情報がまとまっている Scrapbox があったので重宝しています: