FunCobal
family project


supported by DevPack
FunCobal
A fast, reliable & scalable language
For science, systems & applications
With powerful basis of
Scientific & mathematical systems

</> Syntax Examples

            
              #! test
--- import of outer program files, with settle of unique namespace.
-- with package name specifying.
@import sample.sample as sample1
-- with directory path specifying.
@import "./sample/sample.fcb" as sample2

--- import of the core packages.
@import Core.ExtIO.FileIO
-- `@import Core.` same as `@depend`
@depend Math.StdMath

What is FunCobal?

FunCobal is a language built on mathematical formulations, powerful algebraic systems and type systems,
for fast, reliable & scalable science, industrial systems & applications,
supporting functional and object-oriented styles.