this post was submitted on 18 Sep 2024
28 points (100.0% liked)

Programming Languages

1167 readers
1 users here now

Hello!

This is the current Lemmy equivalent of https://www.reddit.com/r/ProgrammingLanguages/.

The content and rules are the same here as they are over there. Taken directly from the /r/ProgrammingLanguages overview:

This community is dedicated to the theory, design and implementation of programming languages.

Be nice to each other. Flame wars and rants are not welcomed. Please also put some effort into your post.

This isn't the right place to ask questions such as "What language should I use for X", "what language should I learn", and "what's your favorite language". Such questions should be posted in /c/learn_programming or /c/programming.

This is the right place for posts like the following:

See /r/ProgrammingLanguages for specific examples

Related online communities

founded 1 year ago
MODERATORS
 

Dune is a shell designed for powerful scripting. Think of it as an unholy combination of bash and Lisp.

You can do all the normal shell operations like piping, file redirection, and running programs. But, you also have access to a standard library and functional programming abstractions for various programming and sysadmin tasks!

screenshot

you are viewing a single comment's thread
view the rest of the comments
[–] Sanctus@lemmy.world 2 points 2 weeks ago (7 children)

Might swap Kitty for this on my next install >.>

[–] Daeraxa@lemmy.ml 8 points 2 weeks ago (3 children)

But Kitty is 'just' the emulator right? It doesn't have a shell by itself.

[–] Sanctus@lemmy.world 3 points 2 weeks ago (2 children)

Yeah it is just my terminal emulator and this is specifically a bash+lisp shell. That wouldnt prevent me from attempting to use it the same on my first try like the special boi I am.

[–] Daeraxa@lemmy.ml 4 points 2 weeks ago (1 children)

So you can keep Kitty, just swap the shell you have it start by default (probably not a good idea to swap to this system-wide)

[–] Sanctus@lemmy.world 0 points 2 weeks ago

I know just enough about Linux (arch BTW) to get myself in trouble so idk if that would be a good idea.

load more comments (3 replies)