Mariano Montone

Results 171 comments of Mariano Montone

This would cool to have. Add some special Erudite section tag, and connect to a Swank instance to evaluate the code and then print it.

I've started to implement code evaluation. It is incomplete and needs refinement at the moment, but I will work on it in the next days. Look at the @eval section....

> Hi, > > Is it possible (or the goal) in erudite to capture and print the output of a function, akin to org mode ? > > I'm imagining:...

TODO: * Implement a `@local-eval` tag that doesn't need to connect to a SWANK instance, and just evaluates code in the current Erudite image? * `@code-and-eval` tag, that prints code,...

You need to start a SWANK server with (SWANK:CREATE-SERVER :DONT-CLOSE T). Please pull from this repo, as I've improved the error message. Expect changes going forward; this is work in...

Ok. I wish it didn't hang, and signal an error instead. I'll look into that later.

> Can we expose this under a `function-lambda-list` function (inside the `jscl` package)? I don't understand what you want here ... > > I wonder also if it'd be a...

> Is it possible to add correct handling of `anonymous functions`? I don't know yet.. but I can have a look.

> > Can we expose this under a `function-lambda-list` function (inside the `jscl` package)? > > I don't understand what you want here ... Ah. You just want a function...