Kyle R. Burton on 10 Nov 2008 13:24:22 -0800 |
Ok, "The power of Lisp and X with an intuitive syntax" always makes me think 'fail', but then the article does mention macros, but it says: "To that event I've designed a macro system that some people will probably find insane." For me, the core power of Lisp is that it's homoiconic (which Ioke also claims to be) and that is what enables the macro system - the power, to me, is that the macro system raises the barriers to abstraction that most other languages have and can't get past. An example is to try creating a Java library that allows you to define classes with out typing the 'class' keyword - you can do this in C++ with the CPP, but again, this fist my definition of outside the language - the syntax of the CPP is not C++ (its not even C). If Ioke gets that right it'll be one of the few languages that has that capability. Lazy evaluation, which it also claims, eliminates the need for macros in a most cases and is a great tool for abstraction and composition. I'd also like to see a talk on it...any takers? Kyle On Mon, Nov 10, 2008 at 3:45 PM, Robert Di Marco <robdimarco@gmail.com> wrote: > I would be interested in Ioke. > > Rob > > On Mon, Nov 10, 2008 at 3:31 PM, Brian Donahue <brian@pigeonmoon.com> wrote: >> >> Not sure if he'd be up for another trip up here from DC, but the guy who >> did an introductory F# talk at Philly ALT.NET a ways back has been blogging >> up a storm about it, if you're interested: >> http://is.gd/6WCA >> >> I'm not aware of anyone else locally that has been doing a lot with it, >> but I will see what I can find out, and if I find anyone, definitely point >> them in your direction. >> >> >> >> On Mon, Nov 10, 2008 at 3:18 PM, Nik Kolev <nkolev@gmail.com> wrote: >>> >>> +1 >>> >>> On Mon, Nov 10, 2008 at 3:17 PM, Toby DiPasquale <codeslinger@gmail.com> >>> wrote: >>>> >>>> On Mon, Nov 10, 2008 at 2:59 PM, Kyle R. Burton <kyle.burton@gmail.com> >>>> wrote: >>>> > >>>> > I know its a .NET language, but reading >>>> > http://spotless-spots.blogspot.com/2008/11/why-i-like-f.html has got >>>> > me interested in seeing F# in action by an experienced .NET developer. >>>> > >>>> > Does anyone have enough experience to give a talk and demonstration on >>>> > F#? Or know someone from outside the group we could invite to do it? >>>> > >>>> > Are others in the group interested in F# enough to have it be a Philly >>>> > Lambda talk? >>>> >>>> I'd sure be interested in seeing an F# talk. Can't give, as I have no >>>> .NET experience or anything like that, but love to hear what all the >>>> fuss is about. >>>> >>>> -- >>>> Toby DiPasquale >>> >> > > -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys kyle.burton@gmail.com http://asymmetrical-view.com/ ------------------------------------------------------------------------------
|
|