DEV Community

technoshy
technoshy

Posted on

F# is python but better

f# is a compiled and intepreted language
``
open system

let add a b = a + b
let total = add 2 3
printfn $"{total}"

``

Top comments (0)

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay