Author |
Message |
Topic: Module system musings |
JarrettBillingsley
Replies: 0
Views: 51423
|
Forum: MiniD Posted: Wed Jun 29, 2011 10:18 pm Subject: Module system musings |
See the post here: http://www.jfbillingsley.com/crocforums/viewtopic.php?f=3&t=4 |
Topic: New Forum |
JarrettBillingsley
Replies: 0
Views: 16748
|
Forum: MiniD Posted: Tue Jun 21, 2011 4:48 pm Subject: New Forum |
I've set up a new phpBB forum on my website here:
http://www.jfbillingsley.com/crocforums/index.php
Anyone should be able to register |
Topic: BIG NEWS: Name change, possible port, and moving! |
JarrettBillingsley
Replies: 0
Views: 15783
|
Forum: MiniD Posted: Sat Jun 18, 2011 12:58 pm Subject: BIG NEWS: Name change, possible port, and moving! |
It's pretty amazing to think that I've been working on MiniD for SIX YEARS now.. and all six years I've done it on DSource. For no cost. I owe Mr. Anderson several cases of beer (cause I know he likes ... |
Topic: Accessing tables from the host application |
JarrettBillingsley
Replies: 3
Views: 17432
|
Forum: MiniD Posted: Mon May 09, 2011 1:57 pm Subject: Accessing tables from the host application |
My bad for not having finished the native API walkthrough.. X) |
Topic: Accessing tables from the host application |
JarrettBillingsley
Replies: 3
Views: 17432
|
Forum: MiniD Posted: Sun May 08, 2011 9:10 pm Subject: Accessing tables from the host application |
You don't get a reference to any of the reference types in the MiniD API. You just manipulate them on the stack. Getting direct pointers to the objects is dangerous, as they could be collected out fro ... |
Topic: Gonna break some stuff. |
JarrettBillingsley
Replies: 2
Views: 17513
|
Forum: MiniD Posted: Fri Apr 22, 2011 8:33 am Subject: Gonna break some stuff. |
curry is just:
function curry(f: function, v) = \vararg -> f(with this, v, vararg)
bindContext is:
function bindContext(f: function, v) = \vararg -> f ... |
Topic: Gonna break some stuff. |
JarrettBillingsley
Replies: 2
Views: 17513
|
Forum: MiniD Posted: Fri Apr 01, 2011 11:01 pm Subject: Gonna break some stuff. |
I'm taking some things out of the language. Perfection is not when no more can be added, but when no more can be taken away.
/* */ will now nest, and /+ +/ are being removed. There's no real need ... |
Topic: bind.d & ex.d patch |
JarrettBillingsley
Replies: 6
Views: 25084
|
Forum: MiniD Posted: Fri Apr 01, 2011 12:14 pm Subject: bind.d & ex.d patch |
I think you diff'ed against r608, but you're right, there were still a couple changes that Ligustah had that you didn't. |
Topic: bind.d & ex.d patch |
JarrettBillingsley
Replies: 6
Views: 25084
|
Forum: MiniD Posted: Thu Mar 31, 2011 9:46 pm Subject: bind.d & ex.d patch |
Sorry for not keeping up with the forums! I really wish it would email me on new threads. Anyway I've incorporated your patches, zwl. Thanks! |
Topic: Multiline string question |
JarrettBillingsley
Replies: 4
Views: 19782
|
Forum: MiniD Posted: Thu Mar 31, 2011 7:47 pm Subject: Multiline string question |
I think you can make your language however you like! |
Topic: Breaking Change to format() and related functions |
JarrettBillingsley
Replies: 2
Views: 15782
|
Forum: MiniD Posted: Thu Mar 31, 2011 7:47 pm Subject: Breaking Change to format() and related functions |
Okay? X) |
Topic: D 2.0 support? |
JarrettBillingsley
Replies: 2
Views: 16922
|
Forum: MiniD Posted: Thu Mar 31, 2011 5:35 pm Subject: D 2.0 support? |
I have no interest in porting MiniD to D2. csauls has done some work on it but I don't know if he's still working on it. |
Topic: Error creating several MDThreads |
JarrettBillingsley
Replies: 6
Views: 25239
|
Forum: MiniD Posted: Tue Oct 19, 2010 4:53 pm Subject: Error creating several MDThreads |
Oh, you're not alone there. |
Topic: Error creating several MDThreads |
JarrettBillingsley
Replies: 6
Views: 25239
|
Forum: MiniD Posted: Sat Oct 16, 2010 12:07 pm Subject: Error creating several MDThreads |
http://www.youtube.com/watch?v=GFi9Gd1qSkE#t=1m14s
|
Topic: Error creating several MDThreads |
JarrettBillingsley
Replies: 6
Views: 25239
|
Forum: MiniD Posted: Sat Oct 09, 2010 1:16 pm Subject: Error creating several MDThreads |
Boop? |
|