"the Phoeron" Colin J.E. Lupton
"the Phoeron" Colin J.E. Lupton
Additional notes for this issue— Separate chapter 1.10 into new chapters on: - Functions - Macros and Backtick Syntax - Reader Macros
Yeah that would be a good approach
@phoe: I thought I was pretty clear about not relaunching this edition of the book or learning portal. As I said, I’ve been awaiting investor approval on launching the new...
@phoe You can now request an invitation for beta-access to Project "Prometheus" at https://blackbrane.com/
Additional notes for this issue— Migrate to Part 1, separate chapters on: - Structs - Control Flow Expand 2.3 into separate chapters on: - Generic Programming (incl. Generic Functions +...
This unofficial fork needs to be updated to Quipper v0.7, which includes fixes for GHC 7.8. In the mean-time, you can download and compile the latest version of Quipper directly...
The Hash-Backtick is a reader macro, defined on [Line 273](https://github.com/thephoeron/let-over-lambda/blob/master/let-over-lambda.lisp#L273) of `let-over-lambda.lisp`. The `named-readtable` package is used to define a customized readtable that includes the reader macros. To use the...
Thanks for letting me know! I'll profile backquote expansion across recent versions of SBCL, and double-check the book for the intended semantics. In the mean time, I would be happy...
Cf., Pull-Request #17
That covers **File Compiling** and **Long-Term Support of Version Test**...