[Swift-devel] Swift demos on ideone.com or similar?

Ketan Maheshwari ketancmaheshwari at gmail.com
Fri Jul 15 09:05:15 CDT 2011


On Fri, Jul 15, 2011 at 8:32 AM, Michael Wilde <wilde at mcs.anl.gov> wrote:

> Yadu, I just noticed your link to ideone.com, and realized what that site
> is about.
>
> Do you already have Swift running there? If not, what's involved in setting
> that up?
> Can runs there run on remote resources?
>
> Ketan mentioned a similar idea a while back (I cant recall what demo site
> it was) but no one has had time to pursue it.
>

Mike, I mentioned you this same site (ideone.com) in one of our Swift
meetings. And we also had a brief discussion on list to have something on
the lines of tryruby.org and tryhaskell.org


>
> Also Jon is getting Swift running on Globus Online at the moment; maybe
> these things could link to each other (eg an ideone.com demo that can also
> run tiny scripts on GO resources).
>
> This might be nice to brainstorm as you seem to be familiar with ideone.
>
> - Mike
>
>
> ----- Original Message -----
> > On Fri, Jul 15, 2011 at 1:53 AM, Mihael Hategan <hategan at mcs.anl.gov>
> > wrote:
> > > On Fri, 2011-07-15 at 01:12 +0530, Yadu Nand wrote:
> > >
> > >> > If there are things in your code that you feel are hackish (i.e.
> > >> > quick
> > >> > solutions that seem shady for production), let's discuss/fix them
> > >> > before
> > >> > we do the above.
> > >>
> > >> Yes! In org/griphyn/vdl/engine/Karajan.java, the foreachstat
> > >> function is
> > >> mostly hacks. I'm putting in a code paste : http://ideone.com/yWbwU
> > >>
> > >
> > > It would be helpful if you were more specific (i.e. you could
> > > describe
> > > each individual problem).
> >
> > Ok.
> > When we state foreach value, index in array[5] I'm trying to match the
> > type of array which from the "in" variable type, something like
> > int [int] against int [int][string] so that we get the type of the
> > index.
> > I think we could do this better with regex and here I'm having to
> > extract
> > the array identifier using very bad string matching. Then we find the
> > index type and apply it.
> >
> > That would be between line number 40 and 75 of the code pasted
> > here -> http://ideone.com/yWbwU
> >
> > --
> > Thanks and Regards,
> > Yadu Nand B
> > _______________________________________________
> > Swift-devel mailing list
> > Swift-devel at ci.uchicago.edu
> > https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>
> --
> Michael Wilde
> Computation Institute, University of Chicago
> Mathematics and Computer Science Division
> Argonne National Laboratory
>
> _______________________________________________
> Swift-devel mailing list
> Swift-devel at ci.uchicago.edu
> https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel
>



-- 
Ketan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20110715/c99f89be/attachment.html>


More information about the Swift-devel mailing list