functional-fortran:现代Fortran的函数式编程

时间:2024-05-24 22:31:12
【文件属性】:

文件名称:functional-fortran:现代Fortran的函数式编程

文件大小:39KB

文件格式:ZIP

更新时间:2024-05-24 22:31:12

functional-programming fortran Fortran

功能性转移 适用于现代Fortran的函数式编程。 入门 获取代码 git clone https://github.com/wavebitscientific/functional-fortran cd functional-fortran 使用fpm进行构建 该项目支持Fortran软件包管理器( fpm )。 fpm build --release fpm test 您也可以在现有的fpm软件包中将其用作依赖项。 只需将functional-fortran添加到您的fpm.toml : [ dependencies ] [ dependencies . functional ] git = " https://github.com/wavebitscientific/functional-fortran " 用CMake构建 或者,您可以使用CMake构建Functional


【文件预览】:
functional-fortran-master
----.github()
--------workflows()
----src()
--------functional.f90(143KB)
----CMakeLists.txt(2KB)
----LICENSE(1KB)
----test()
--------test_unfold.f90(4KB)
--------test_head.f90(2KB)
--------test_foldl.f90(4KB)
--------test_union.f90(3KB)
--------test_init.f90(2KB)
--------testing.f90(2KB)
--------test_arange.f90(4KB)
--------test_intersection.f90(3KB)
--------test_filter.f90(4KB)
--------test_set.f90(2KB)
--------test_foldt.f90(4KB)
--------test_reverse.f90(3KB)
--------test_map.f90(4KB)
--------test_arrstr.f90(615B)
--------test_subscript.f90(2KB)
--------test_split.f90(3KB)
--------test_sort.f90(3KB)
--------test_empty.f90(1KB)
--------test_complement.f90(2KB)
--------test_last.f90(2KB)
--------test_iterfold.f90(4KB)
--------test_tail.f90(2KB)
--------test_strarr.f90(754B)
--------test_foldr.f90(4KB)
--------test_insert.f90(3KB)
--------test_limit.f90(2KB)
----fpm.toml(193B)
----README.md(12KB)
----.gitignore(256B)
----_config.yml(26B)

网友评论