fortran66のブログ

fortran について書きます。

メモ帳 LINK集

GNU Scientific Library Fortran 用インターフェース

github.com

Pyplot を Fortran から

ブログ記事
Fortran and Pyplot – Degenerate Conic

github
github.com


比べるのもおこがましいですがww、大昔に私が思い付きで試してみたようなことを、洗練されたインターフェースでまとめています。
fortran66.hatenablog.com

C++の場合、直接的な方法のライブラリがあるようです。
github.com


ブログは Fortran 専門で面白い記事があります。

フランス製の謎のソフトIRPF90

IRPF90: A Fortran Code Generator for High-Performance Computing
IRPF90 - Irpf90

github.com

www.anl.gov

Abstract: IRPF90 is a Fortran code generator thathelps the development of large Fortran codes. In Fortran programs, the programmer has to focus on the order of the instructions; before using a variable, the programmer has to be sure that it has already been computed in all possible situations. For large codes, this is a common source of error.

With IRPF90, most of the order of instructions is handled by the pre-processor, and a mechanism guarantees that every entity is built before being used. This mechanism relies on the {needs/needed by} relations between the entities, which are built automatically. The consequence is that the programmer does not need to know the production tree of each entity.

Codes written with IRPF90 execute usually faster than Fortran programs and are quicker to write and easier to maintain than standard Fortran programs.

"Modula-2 and Oberon" (2007) 講演の動画あり(有料)


N. Wirth
Modula-2 and Oberon

PDFは検索すると拾えます。