<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Julia</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia/rss"></atom:link>
	<image>
		<url>http://ch9files.blob.core.windows.net/ch9/452a/1635b3f0-a5dc-45be-b8f5-547bdcc8452a/LangNEXT2012Julia_220.jpg</url>
		<title>Channel 9 - Julia</title>
		<link></link>
	</image>
	<description>Julia is a dynamic language in the tradition of Lisp, Perl, Python and Ruby. It aims to advance &amp;nbsp;expressiveness and convenience for scientific and technical computing beyond that of environments like Matlab and NumPy, while simultaneously closing the performance gap with compiled languages like C, C&amp;#43;&amp;#43;, Fortran and Java. Most high-performance dynamic language implementations have taken an existing interpreted language and worked to accelerate its execution. In creating Julia, we have reconsidered the basic language design, taking into account the capabilities of modern JIT compilers and the specific needs of technical computing. Our design includes: Multiple dispatch as the core language paradigm. Exposing a sophisticated type system including parametric dependent types. Dynamic type inference to generate fast code from programs with no declarations. Aggressive specialization of generated code for types encountered at run-time. Julia feels light and natural for data exploration and algorithm prototyping, but has performance that lets you deploy your prototypes. </description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 10:34:54 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 10:34:54 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[<p>Excellent! Will we get some Julia-on-Windows-demo love?</p><p>posted by dcuccia</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634683873549536856</link>
		<pubDate>Mon, 26 Mar 2012 19:35:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634683873549536856</guid>
		<dc:creator>dcuccia</dc:creator>
	</item>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[We&#39;ve got an experimental Win32 port of Julia, so, yes, it&#39;s entirely possible &#58;-&#41;. A million thanks to Keno Fischer for putting in all the hard work to port Julia to Win32. His work has been amazing &#8212;&#160;the port wouldn&#39;t have happened without it.<p>posted by Stefan Karpinski</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634687221286113219</link>
		<pubDate>Fri, 30 Mar 2012 16:35:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634687221286113219</guid>
		<dc:creator>Stefan Karpinski</dc:creator>
	</item>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[The first Windows build is available here&#58;<br><br>https&#58;&#47;&#47;github.com&#47;downloads&#47;JuliaLang&#47;julia&#47;julia-package.zip<br><p>posted by Viral Shah</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634689330373927473</link>
		<pubDate>Mon, 02 Apr 2012 03:10:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634689330373927473</guid>
		<dc:creator>Viral Shah</dc:creator>
	</item>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[Here is my IMHO &#40;only IMHO&#58;&#41;<br>you did one design error - repeat this kind of error as Python&#58; all functions like eye&#40;&#41;, ones&#40;&#41;, zeros&#40;&#41; and many-many other &#40;from Matlab&#41; should be available only from import module &#40;in isolated namespace&#47;module&#41;. There were many builtins functions in Python like thees, and after all GvR removed them into its&#39; own modules &#40;except very general of them&#41;.<br>Language is very interesting, but one question&#58; is Julia only for mathematic or for any, common tasks &#40;GUI, database, Web, sockets, etc.&#41; - what are the plans for Julia&#63;<p>posted by Bulg</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634691567160991350</link>
		<pubDate>Wed, 04 Apr 2012 17:18:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634691567160991350</guid>
		<dc:creator>Bulg</dc:creator>
	</item>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[<p>All right! Thanks&nbsp;<span>Stefan and Viral!</span></p><p>posted by dcuccia</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634693373339818926</link>
		<pubDate>Fri, 06 Apr 2012 19:28:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634693373339818926</guid>
		<dc:creator>dcuccia</dc:creator>
	</item>
	<item>
		<title>Re: Julia</title>
		<description>
			<![CDATA[<p>(and most importantly&nbsp;<span>Keno!)</span></p><p>posted by dcuccia</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634693373599170686</link>
		<pubDate>Fri, 06 Apr 2012 19:29:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/Julia#c634693373599170686</guid>
		<dc:creator>dcuccia</dc:creator>
	</item>
</channel>
</rss>