Well, whether you read or write it:

    read(eval(print(loop)))

or

    [ read eval print ] loop

or

    loop(print(eval(read())))

or

    read eval print loop

To some extent its beauty in the eye of the beholder...



On Sun, Jan 6, 2013 at 4:28 AM, Leonard P <leonard14...@gmail.com> wrote:

> Dear factor fans,
>
> Is there more than one mindset involved when reading/composing factor code?
>
> I seem to prefer thinking about a word definition as a right-to-left
> composition (concatenation) of functions.
>
> Some code, though, seems better interpreted as a left-to-right
> succession of operations on the stack.
>
> Maybe there is a third mode of thinking.
>
> Any suggestions?
>
>  - Leonard
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_123012
> _______________________________________________
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to