Four Language Videos - Lang.NEXT 2012
Written by Alex Armstrong   
Friday, 06 April 2012

Lang.NEXT 2012 is that rare thing - a reasonably advanced conference on programming language that is relevant and understandable. If you couldn't make the actual real time conference then the good news is you can catch up with the videos.

The first four videos are mainly about Java-based languages.

The first is the keynote by Martin Odersky (the "father" of Scala) on how reflection and compilation are similar. The idea is to somehow take advantage of the fact that reflection requires the same information that a compiler generates to fuse the two in ways that produces something more useful. It is an interesting, although sometimes difficult, talk.

Reflection and Compilers

keynotereflection

 

Since Microsoft has tended to downplay .NET, the idea of running the Java VM on top of .NET and Mono doesn't seem quite as attractive but it is still interesting. .IKVM .NET will run Java Byte code on the .NET CLR.

Building a Java VM on the .NET Framework

IKVMvideo

 

The next version of Java,  Java 8,  is only round the corner This talk explains the way Lambdas have been implemented and other features of the JVM.

Java 8

Java8lambda

 

The final video is perhaps the most generally interesting. It is about the new object-oriented language called Grace that has been designed specifically for education. At the moment the project is very young and hasn't really progressed very far, but it shows a lot of promise. Notice that this isn't a language aimed at children but 2nd year students and as such it aims to be simple while implementing sophisticated features. More information at: http://www.gracelang.org

Teaching with Grace

gracelangauge

 

More videos from the conference later.

 

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

 

Banner


CISA and NSA - Use Rust Or Perhaps Java
02/07/2025

The CISA and the NSA are urging us to adopt memory-safe languages (MSLs) for the sake of cybersecurity. You probably think they mean Rust but things aren't as clear cut as you might expect.



Rust 1.88 Adds Naked Function Support
30/06/2025

Rust 1.88 has been released with support for naked functions and for Let chains. In addtion, from now on, Cargo will automatically run garbage collection on the cache in its home directory.


More News

 

 

 

Last Updated ( Friday, 06 April 2012 )