he/him

  • 2 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle









  • tuto@lemmy.worldtoLinux@lemmy.mlwhat's your opinion on typst?
    link
    fedilink
    brezhoneg
    arrow-up
    1
    ·
    9 months ago

    Not entirely agreeing, but there are some things that are not quite there yet. For me it’s mostly:

    • Bibliography sorting
    • Spellchecking
    • Syntax highlighting for lesser known programming languages like GDScript

    Otherwise I don’t really have complaints. If anything LaTeX was the one thing setting me back (and don’t even get me started on Word).












  • Which programming language(s) do you have in mind? Many already have built-in support for this (Go, Rust, Nim), while others have external tools you could use (Python->Poetry). Otherwise, if you want a “fast” (easy to understand) solution, a shell-script might be a fine solution.

    If you want some real power, you could use the nix package manager (as already stated by other comments). It’s easy to install, but you need to learn how to use it, and with that you can easily share dev environments.