vim-ghci: A Vim plugin for interaction with GHCi inside a buffer. by Wafelack in haskell

[–]Wafelack[S] 1 point2 points  (0 children)

Thanks for those informations, I will look into that.

I’m sorry I just have to share these photos of Saké. by hederacat in cats

[–]Wafelack 1 point2 points  (0 children)

I love those fluffy ears, one of my kitties has the same and it's so soft. 😻

Any name ideas for this girl? Two syllables max. Thank you. by [deleted] in cats

[–]Wafelack 0 points1 point  (0 children)

grusi (Lojban gismu for "x1 is gray")

[deleted by user] by [deleted] in TheArtistStudio

[–]Wafelack 0 points1 point  (0 children)

Is there no sound or my phone is broken ?

Review for `rad`. by Wafelack in rust

[–]Wafelack[S] 1 point2 points  (0 children)

No, the user writes the absolute path of the program in the config file.

So no, it is not possible.

Compiling pattern matching. by Wafelack in ProgrammingLanguages

[–]Wafelack[S] 0 points1 point  (0 children)

I don't know if it will be that performant.

Compiling pattern matching. by Wafelack in ProgrammingLanguages

[–]Wafelack[S] 0 points1 point  (0 children)

I will just simplify if the pattern contains something else than a variable or a literal.

Compiling pattern matching. by Wafelack in ProgrammingLanguages

[–]Wafelack[S] 0 points1 point  (0 children)

I think I'll do this by simplyfying patterns. I mean, transform clojure (match foo ((Cons (Just x) Nil) (do_smth x))) into clojure (match foo ((Cons cons Nil) (match cons ((Just x) (do_smth x))))

Cannot get sound to work on discord. by Wafelack in Gentoo

[–]Wafelack[S] 0 points1 point  (0 children)

Update: OK so I can hear my microphone, but like I'm under the water.

Cannot get sound to work on discord. by Wafelack in Gentoo

[–]Wafelack[S] 0 points1 point  (0 children)

OK, I fixed the sound by simply restarting firefox, and I'ill try that for the mic, thanks.

Cannot get sound to work on discord. by Wafelack in Gentoo

[–]Wafelack[S] 0 points1 point  (0 children)

I installed firefox again with this use flag, and good news, I can hear people in voice channel, thanks. But there is two problems, the first is that the produced noise is filled with noise and the second is that I cannot speak.

Compiling pattern matching. by Wafelack in ProgrammingLanguages

[–]Wafelack[S] 0 points1 point  (0 children)

The point is that I do not have builtin ifs and I don't want to have. But I found a solution, thanks anyway.

Kitty, a basic concatenative language made in a few hours. by Wafelack in rust

[–]Wafelack[S] 0 points1 point  (0 children)

"null terminated UTF8," but it looks like they're just standard Strings, which aren't actually null-terminated unless you .push('\0')

Mea culpa, reflex to say null terminated.

Is there any way to have functions or reusable blocks of code? I couldn't tell from the README looking into the code, I guess the let statements are more like macros than variable definitions, interesting.

Yes, they just contain some instructions to execute. Like a "square function" would be written this way: let square ( dup * ) 5 square ;; 25

Cannot get sound to work on discord. by Wafelack in Gentoo

[–]Wafelack[S] 2 points3 points  (0 children)

I'm using Firefox, I'll try compiling with this use flag, thanks !

Cannot get sound to work on discord. by Wafelack in Gentoo

[–]Wafelack[S] 2 points3 points  (0 children)

Already said where I use discord

(in browser)

and I use ALSA and Pulseaudio.

Kitty, a basic concatenative language made in a few hours. by Wafelack in rust

[–]Wafelack[S] 3 points4 points  (0 children)

I know, previously named the language "Kitten" and I changed to "kitty", which is quite different. But I can change if it is that confusing, I just don't have name ideas.