Hi,

> Actually the required egg /varg/ was extracted from another project 
> https://github.com/riku-ri/libyaml.ss <https://github.com/riku-ri/ 
> libyaml.ss>. And libyaml.ss build the C/C++ source by chicken- 
> install using gcc/clang options. I’m not sure if win32/MinGW also 
> work. Anyway you’re right, /varg.ss/ actually did not require the 
> platform specified functions. So I remove it in the new commit(did 
> not release yet)

Makes sense.

> I added another example including how to get values and print them
> The new example is a little bit log so did not show it here

Thanks, that makes it a bit clearer.

> Personally I preffered |cond| than other condition syntax, because 
> it can add multiple steps in a branch, without wrapping additional | 
> let| or |begin|

Actually that's also a plus of `when`/`unless`:

(when (= ans 42)
  (do-thing)
  (do-other-thing))

But as I said, it's a matter of style.

siiky



Reply via email to