Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
606 stars 28 forks source link

Update assoc-in typo in aniseed.txt #21

Closed davidwilemski closed 3 years ago

davidwilemski commented 3 years ago

I've been having a look at Lua scripting in nvim and also investigating Fennel/Conjure which seem very cool.

I noticed what looked to be a small error in the example provided with assoc-in in the aniseed.core docs. This commit fixes up the example.

To check before opening this, I tested the example in a local conjure environment. From the log:

; --------------------------------------------------------------------------------
; eval (root-form): (a.assoc-in {:foo {:bar 10}} [:foo :bar] 15)
{
  :foo {
    :bar 15
  }
}
Olical commented 3 years ago

Ah! Good catch :smile: that takes a keen eye, thanks for taking the time to correct it!

Glad to hear that you like the look of things, there's still a lot to be done but that'll happen over time since I'm a one man band laying out my weird quirky lispy vision. If you'd like to discuss things and ask some questions please do hop into the Conjure Discord, I'm using that to discuss Fennel / Aniseed as well as Conjure since their sister projects.