My Digital Garden

Statically and dynamically typed scripts

Statically and dynamically typed scripts

Metadata

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

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