The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
InlineFortran 1.0.0 Released

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ryan Davis

Posts: 651
Nickname: zenspider
Registered: Oct, 2004

Ryan Davis is a ruby nerd.
InlineFortran 1.0.0 Released Posted: Oct 22, 2006 10:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Ryan Davis.
Original Post: InlineFortran 1.0.0 Released
Feed Title: Polishing Ruby
Feed URL: http://blog.zenspider.com/index.rdf
Feed Description: Musings on Ruby and the Ruby Community...
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Ryan Davis
Latest Posts From Polishing Ruby

Advertisement

InlineFortran version 1.0.0 has been released!

http://www.rubyforge.org/projects/rubyinline

FEATURES/PROBLEMS:

  • Very rudimentary right now. Needs some love.

SYNOPSYS:

inline :Fortran do |builder|
  builder.subroutine('print_integer', ["void", "int"], <<-END)
    subroutine print_integer( integer )
      integer, intent(in) :: integer
      print *, 'integer: ', integer
    end
  END
end

Changes:

1.0.0 / 2006-10-21

  • 1 major enhancement
    • Birthday!

http://www.rubyforge.org/projects/rubyinline

Read: InlineFortran 1.0.0 Released

Topic: Render Great-looking Collages with Ruby and RMagick Previous Topic   Next Topic Topic: CASCON 2006 presentation material

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use