Commutty IT
fennel
Followers
Follow
Latest
Trending
denx-donx
NeovimをFennelで書くにあたっての基本情報 Basic information for using Fennel in Neovim
初めてFennelで書く方にとって使えるかもしれない基礎情報を紹介します.## プラグインを書く How to write plugin. - [Configure Neovim in Lisp W
28か月前
・4 min read
vim
fennel
neovim
denx-donx
Neovim Autocmdを便利に書くFennelマクロ
autocommandを楽にかけるFennelマクロを紹介します. たくさんautocommandを書く人におすすめです.
28か月前
・4 min read
neovim
fennel
denx-donx
I made a macro that defines a function with a type annotation.
# Example ```lisp (def add [a b] [:number :number :number] (+ a b)) (def 2str [obj] [:any :stri
30か月前
・4 min read
fennel
denx-donx
ファイルを読み込むためにunfoldぽい関数を作ってみました.
## Unfoldとは リストが作れる関数です. ```lisp (fn unfold [condition func iterate-update seed] "1. apply `func
30か月前
・2 min read
fennel
Commutty IT
A Community For IT Engineers
About
利用規約
プライバシーポリシー
ヘルプ
お問い合わせ