Statically and dynamically typed scripts
Statically and dynamically typed scripts
Metadata
- Author: blog.ploeh.dk
- Title: Statically and dynamically typed scripts
- Reference: https://blog.ploeh.dk/2024/02/05/statically-and-dynamically-typed-scripts/
- Category: #article
Page Notes
Mark Seeman discusses the common tools for ad-hoc scripts, especially the very common use of Python. He prefers Haskell of F# for their dual characteristics of being statically typed and "low on ceremony".
When he speaks of "low ceremony" languages he references
Ceremony is what you have to do before you get to do what you really want to do.
See also
- Zone of Cermony
- Why Haskell became my favourite scripting language
- Scripting with F# Tags: #scripting
Highlights
- Extracting data from a small CSV file with Haskell — Updated on 2024-02-07 — Group: #synesthesia-pvt
- Tags: #scripting
- Annotation: waiting for this blog post
- Extracting data from a small CSV file with Python — Updated on 2024-02-07 — Group: #synesthesia-pvt
- Tags: #scripting
- Annotation: waiting for this post