InlineFortran 1.0.0 Released

| | Comments (0)

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

Leave a comment

About this Entry

This page contains a single entry by zenspider published on October 22, 2006 9:36 AM.

ZenTest 3.4.1 Released was the previous entry in this blog.

hoe 1.1.2 Released is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 4.32-en