Re: Unresolable collision between ocaml packages

2019-06-07 Thread Viet Le
I did look into the cmdliner github and found the fix done 2 months ago: https://github.com/dbuenzli/cmdliner/commit/2e395e35a40178685700d74e5d9529becdafd137 Viet On Fri, 7 Jun 2019 at 04:56, Brett Gilio wrote: > > Julien Lepiller writes: > > > Le 6 juin 2019 08:06:42 GMT+02:00, Julien Lepille

Re: Help with Learning Programming and LISP

2019-09-11 Thread Viet Le
Thanks for your recommendation. May I ask if Scheme has support for TDD or are there any TDD libraries/frameworks in Scheme? A quick online search didn’t show desired results. I found only TDD for Clojure. Thanks, Viet On Tue, 10 Sep 2019 at 22:24, Zelphir Kaltstahl wrote: > I would like to add

Re: Help with Learning Programming and LISP

2019-09-11 Thread Viet Le
Thank you Zelphir, this looks great! Viet On Wed, 11 Sep 2019 at 22:24, Zelphir Kaltstahl wrote: > There is at least one SRFI for a unit test library. Is that sufficient as > "support for TDD"? > > https://srfi.schemers.org/srfi-64/srfi-64.html > > > On