Sign in
|
Help
Isaiah's blog
a blog about Visual Basic, language development, and more ...
This Blog
Home
Contact
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
C#
DLR
PDC
Visual Basic
Community
Home
Blogs
Media
Groups
Email Notifications
Go
Archives
January 2009 (1)
November 2008 (3)
Blogs I Read
Mike McIntyre
Rob Howard
Links
vbCity Forums
ASP.Net Forums
Get Dot Net Code
Browse by Tags
All Tags
»
DLR
(
RSS
)
C#
PDC
Visual Basic
Thu, Jan 8 2009 15:02
GFN on DLR
Over the past few weeks I have been developing a version of Joel Pobar's GFN language that utilizes the DLR framework. I have modified Joel's grammar for the GFN language to make it similar to that of Visual Basic grammar. Here is the updated...
Posted by
Isaiah
| with
no comments
Filed under:
DLR
,
Visual Basic
,
C#
Mon, Nov 3 2008 12:20
DLR @ PDC
I stumbled across Deep Dive: Dynamic Languages in Microsoft .NET Jim Hugunin's presentation about DLR at PDC. I haven't had a chance to listen to the presentation but have the reviewed the slides and code, they were rather insightful. For more...
Posted by
Isaiah
| with
no comments
Filed under:
DLR
,
PDC
Sun, Nov 2 2008 23:23
DLR Visual Basic Scanner
In my research of how to develop a language I came across several different compilers on Codeplex. In my development of a compiler I am using the following design In order to keep things simple I am following the grammar of the Visual Basic .NET language...
Posted by
Isaiah
|
1 comment(s)
Filed under:
DLR
,
Visual Basic
Sun, Nov 2 2008 16:40
Dynamic Language Runtime
One of the things I have wanted to do is develop a programming language. To me it was one of those things that seemed extremely complicated, and that it would ultimately be something I do when I am much older. Recently my interest got peeked and I started...
Posted by
Isaiah
| with
no comments
Filed under:
DLR