Dear group,
I am trying to use racket for my presentation - essentially document the
flow of code of a system I've been going through for a few days - I was
wondering if there is a slideshow example that I could use to build on top
of to illustrate a workflow.
Regards,
Kashyap
--
You received t
Ah, that did it. Thank you!
On Wed, Jan 13, 2016 at 3:38 PM Matthew Flatt wrote:
> You can adjust a port to count characters instead of bytes by using
> `port-count-lines!`.
>
> At Wed, 13 Jan 2016 12:23:24 -0800 (PST), Ben Draut wrote:
> > I've been tinkering with a lexer/parser for Lambda calc
You can adjust a port to count characters instead of bytes by using
`port-count-lines!`.
At Wed, 13 Jan 2016 12:23:24 -0800 (PST), Ben Draut wrote:
> I've been tinkering with a lexer/parser for Lambda calculus expressions. I'm
> trying to add a feature to highlight unexpected characters, rather t
So, turns out I can answer my own question, if ugly hacks count.
I copy-pasted (yep, DRY is my guiding principle: Do Repeat Yourself) the
code for radio-group and the functions it depends on and changed the part
of the code that creates the HTML in 'input-group' from
(for/list ([vn (
I've been tinkering with a lexer/parser for Lambda calculus expressions. I'm
trying to add a feature to highlight unexpected characters, rather than making
the user count columns. For example, the lexer will choke on this string,
because it doesn't have a match for % anywhere: (λx.x %)
I'd like
Thanks Jay.
On Mon, Jan 11, 2016 at 11:15 AM, Jay McCarthy
wrote:
> Hi Marc,
>
> Most formlets are typed as `(formlet/c (or/c false/c binding?))` where
> the `binding?` is returned when the thing is there and the `#f` is
> returned when it isn't. However, if you use `required`, then an
> excepti
Jon and Jon,
Both thanks for your replies.
I'll stick to call-in-nested-thread.
Jos
_
From: Jon Zeppieri [mailto:zeppi...@gmail.com]
Sent: miércoles, 13 de enero de 2016 6:03
To: Jos Koot
Cc: Racket Users
Subject: Re: [racket-users] Calling a procedure without allowing it to
permanently
7 matches
Mail list logo