Skip to content

qdyg-vn/flowscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowScript - The Concise Calculus Programming Language

What is FlowScript?

FlowScript is a Hyper-Concise and Dataflow-Oriented language, born from the frustration of repetitive operations in imperative programming.

Features

  • Dataflow Paradigm: Natural expression of data transformations
  • Hyper-Concise Syntax: Minimal boilerplate, maximum expressiveness
  • Simple Execution Model: Clear data flow from input to output
  • Arithmetic Operations: Full support for mathematical expressions
  • Nested Expressions: Complex computations with clean syntax

Installing

pip install flowscript-lang

How to run fscc file?

fscc <file_name>.fscc

Example:

fscc main.fscc

Philosophy

FlowScript eliminates imperative boilerplate by making dataflow the primary concern. Instead of worrying about variables and assignment, you focus on how data transforms through operations.

Documentation

About

Concise Calculus programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages