Displaying 6 results from an estimated 6 matches similar to: "Poor Man''s Continuations"
2007 Jan 07
2
spacing before list continuations
According to the official Markdown syntax documentation, "List items may
consist of multiple paragraphs. Each subsequent paragraph in a list item
must be intended by either 4 spaces or one tab."
But Markdown.pl (v. 1.0.2b7 & 1.0.1) seems to allow continuation
paragraphs that are indented fewer than 4 spaces. So, for example,
given the following input
---------------------
1. one
2013 Jun 30
0
[LLVMdev] Implementing closures and continuations
On Sat, Jun 29, 2013 at 7:51 PM, David Farler <accumulator at icloud.com>wrote:
> Hi all,
>
> In getting to know the LLVM infrastructure, I'm having a hard time finding
> implementation details for closures and continuations.
>
> For closures, I've read comments such as "using a struct" as an
> environment to hold references to free variables, linked
2013 Jun 30
1
[LLVMdev] Implementing closures and continuations
> On Jun 29, 2013, at 9:53 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
>
>> On Sat, Jun 29, 2013 at 7:51 PM, David Farler <accumulator at icloud.com> wrote:
>> Hi all,
>>
>> In getting to know the LLVM infrastructure, I'm having a hard time finding implementation details for closures and continuations.
>>
>> For closures,
2013 Jun 30
2
[LLVMdev] Implementing closures and continuations
Hi all,
In getting to know the LLVM infrastructure, I'm having a hard time finding implementation details for closures and continuations.
For closures, I've read comments such as "using a struct" as an environment to hold references to free variables, linked lists to dictionaries for various scope levels, and even things like "it's just like virtual methods". I
2008 Mar 01
5
rspec with continuations: very strange
I appear to have written code which travels backwards through time:
http://www.vimeo.com/742590
This disturbs me immensely. If anyone can explain it, that would be cool.
I think it''s an illusion brought about by how RSpec wraps the code it
executes, and by the sheer weirdness of continuations.
--
Giles Bowkett
Blog: http://gilesbowkett.blogspot.com
Portfolio:
2006 Jun 06
4
Comet/Continuations/Armeggedon
Hello all-
Forgive me if this has been discussed before- I searched the archives
and didn''t see anything. Anyway, here it goes-
There is a lot of talk lately about Comet-based applications- that
is, web apps that hold connections to the server open for a very long
time, to effectively achieve realtime data push from the server to
the browser. Currently, there are a few web