Search the web
Sign In
New User? Sign Up
langsmiths · Language Smiths
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2594 - 2623 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2594
I've just posted a new version of the Cat programming language to http://www.cat-language.com/download.html. I've also updated the related research page...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 3, 2006
3:03 am
2595
I just recently posted the most recent C# source code for the Cat interpreter (version 0.9.6) to CodeProject.com ( ...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 4, 2006
8:50 pm
2596
Cat version 0.9.7 has been posted to http://www.cat-language.com/downloads.html The latest Cat version introduces a significant new change: stack state...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 8, 2006
5:15 pm
2597
I've recently posted a new updated manual for the Cat language to http://www.cat-language.com/manual.html (dated November 8th). What may be of most interest to...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 9, 2006
5:05 pm
2598
Hi, in order to support easy expanding of my language, I want to be able to call a C function dynamically from. Given the function definition, I need to push...
rudla.kudla
Offline Send Email
Nov 22, 2006
11:39 pm
2599
I think you want libffi. It appears to be part of GCC now....
Steven Shaw
steshaw
Offline Send Email
Nov 22, 2006
11:53 pm
2600
... Try the dlopen API. Here's a small HOWTO on how to use it to handle C++: http://linux.web.cern.ch/linux/documentation/mirror/howto/C++-dlopen.html Note...
Kyle Hayes
kyle@...
Send Email
Nov 23, 2006
3:59 am
2601
I've created a new search engine at http://www.cdiggins.com/search/ for doing research on programming languages using the new Google co-op service. It has an...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 24, 2006
3:48 am
2602
... That's pretty cool. I just searched for "mixins". I didn't realise that Digital Mars D had 'em. Hadn't looked at the D site for a while actually. They have...
Steven Shaw
steshaw
Offline Send Email
Nov 24, 2006
4:32 am
2603
Hmmm. Just noticed that D's mixins are some kind of "template include" rather than mixin's ala Ruby, Scala or Strongtalk....
Steven Shaw
steshaw
Offline Send Email
Nov 24, 2006
5:02 am
2604
... Nice work - I got better results than my normal google searches turn up. Thanks for putting this together! - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 25, 2006
11:18 am
2605
... My pleasure! There is still a lot of work to do on it, but I am very pleased to hear it is already working well for you. There is now a separate domain for...
Christopher Diggins
cdiggins.geo
Offline Send Email
Nov 25, 2006
11:07 pm
2606
Kokogut is a compiler of the Kogut language, written in itself. http://kokogut.sourceforge.net/ New in Kokogut-0.7.0 (27 November 2006), a cleaned up release: ...
Marcin 'Qrczak' Kowal...
qrczak2
Offline Send Email
Nov 27, 2006
10:13 pm
2607
http://video.google.com/videoplay?docid=-6459339159268485356 (1 hour)...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Dec 17, 2006
5:34 pm
2608
... Um, so that was back in July... But it just showed up today in a Google web alert I had already set up, so I thought it was new. Well, it was new to me...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Dec 18, 2006
4:23 am
2609
While poking around the web this morning, I found a new (to me) programming language called F3: http://blogs.sun.com/chrisoliver/resource/f3.html ...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Dec 29, 2006
6:43 pm
2610
Greetings, Smithies! I've just uploaded a packaging of Scheme 48's bignums in C++ with an additional rational class. It's under the "new" BSD license (as was ...
e7est
Offline Send Email
Jan 6, 2007
11:42 pm
2611
... Thanks for the pointer - it's good to see more useful BSD licensed libs. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 9, 2007
5:41 am
2612
Hey all, I've started a chat room on #langsmiths on irc.freenode.net. Feel free to stop by for a chat. Cheers, - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 17, 2007
4:15 am
2613
I've tried Blogger, but it strips the preceding whitespace from text which ruins indentation of code samples in a blog post. There's also no "digg" button for...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Feb 22, 2007
6:48 am
2614
... The trick for this is to wrap it in a <pre> block. I edit my posts in raw HTML rather than the compose mode. But it's not the greatest software for code...
Chris Double
doublecnz
Offline Send Email
Feb 22, 2007
7:07 am
2615
I've posted a revised version of the Cat programming language technical report at http://www.cat-language.com/paper.html. The abstract follows: == Cat: A Typed...
Christopher Diggins
cdiggins.geo
Offline Send Email
Feb 26, 2007
5:32 am
2616
How do you guys feel about alternate implementations and very similar spin-off languages? Are they tend to be good for a language (faster implementations like...
Steve Dekorte
stevedekorte
Offline Send Email
Mar 13, 2007
6:09 am
2617
Multiple implementations will improve a language's popularity and usefulness if there is a clear and well-defined specification. Too many languages lack a...
Christopher Diggins
cdiggins.geo
Offline Send Email
Mar 13, 2007
6:32 am
2618
Nice question. I do feel a bit lost with some languages that have umpteen choices. With Python, I do not, but that could likely be due to any of these factors:...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Mar 13, 2007
6:41 am
2619
I've written a short article about how the Cat interpreter works on the Cat wiki http://code.google.com/p/cat-language/wiki/HowTheInterpreterWorks. I am hoping...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 5, 2007
9:38 pm
2620
... Thanks for compliment Chris. In general the concatenative approach greatly simplifies reasoning about algorithms and code. It also simplifies automated...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 7, 2007
7:49 am
2621
... *I* don't understand the reluctance. I'm familiar with Microsoft having aggressive business practices against competitors like DR-DOS, Lotus, etc. but I...
Chuck Esterbrook
chuckesterbrook
Offline Send Email
Apr 7, 2007
3:22 pm
2622
... That Microsoft has declared Linux a competitor similiar to DR-DOS, Lotus, etc. This is also something of a concern with Java, but less so, because 1) Sun ...
Brian Hurt
bhurt42
Offline Send Email
Apr 7, 2007
4:28 pm
2623
The latest Cat release 0.10.4 ( http://code.google.com/p/cat-language/downloads/list ) now supports graphics, see http://www.cdiggins.com/ for an example...
Christopher Diggins
cdiggins.geo
Offline Send Email
Apr 7, 2007
9:29 pm
Messages 2594 - 2623 of 2746   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help