On Apr 21, 2013 12:39 AM, "Arne Babenhauserheide" <arne_...@web.de> wrote:
>
> Hi,
>
> I’m currently writing real code with wisp, and while thinking about ways
to make non-tail-call functions as elegant as tail-called ones, I found a
form which should work with sweet, too:
>
> let : : origfile ( open-file : nth 1 : command-line ) "r"
>
In a sense, this already exists in lisps that allow mixed parens/brackets
automatically closing omitted ones:
( let [ ( origfile [ open-file ( nth 1 ( command-line ] "r" ]
... )
Though that's uglier due to the asymmetry.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss