Difference between revisions of "Fan"

From JVMLangSummit
Jump to navigationJump to search
(New page: == VM Optimizations for Language Designers == John Pampuch, Sun === Abstract === How we at Sun make our high-performance JVM. http://wiki.jvmlangsummit.com/pdf/10_Pampuch_vm_opts.pdf =...)
 
(Abstract)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== VM Optimizations for Language Designers ==
+
== Fan Programming Language  ==
John Pampuch, Sun
+
Brian Frank
 +
 
 +
; Project: http://fandev.org/
  
 
=== Abstract ===
 
=== Abstract ===
How we at Sun make our high-performance JVM.
+
Fan Programming Language<br/>  - introduction to the language<br/>  - compiling for both JVM and .NET CLR<br/>  - creating portable APIs<br/>  - non-shared memory concurrency<br/>  - issues in Java and the JVM
  
http://wiki.jvmlangsummit.com/pdf/10_Pampuch_vm_opts.pdf
+
http://wiki.jvmlangsummit.com/pdf/13_Frank_fan.pdf
  
 
=== Author Bio ===
 
=== Author Bio ===
* Director, VM technology, Client Software Group
+
* <update the bio here>
  
 
=== Key Issues for Discussion (cooperative) ===
 
=== Key Issues for Discussion (cooperative) ===
 
''(please expand cooperatively)''
 
''(please expand cooperatively)''
[[Talk:Hotspot]]
+
[[Talk:Fan Language]]

Latest revision as of 13:03, 25 September 2008

Fan Programming Language

Brian Frank

Project
http://fandev.org/

Abstract

Fan Programming Language
- introduction to the language
- compiling for both JVM and .NET CLR
- creating portable APIs
- non-shared memory concurrency
- issues in Java and the JVM

http://wiki.jvmlangsummit.com/pdf/13_Frank_fan.pdf

Author Bio

  • <update the bio here>

Key Issues for Discussion (cooperative)

(please expand cooperatively) Talk:Fan Language