[-] [email protected] 5 points 9 months ago

I'm so glad I'm not alone.

[-] [email protected] 3 points 1 year ago

Visual voicemail

[-] [email protected] 3 points 1 year ago

I wonder what happens when an elevator panic!s.

[-] [email protected] 3 points 1 year ago

Isn’t this (in-package ...) form just a namespace feature?

It is not only a namespace feature; it is first class. You can use find-package to fetch a package object and pass it around and manipulate. It looks like this can be done to some extent in C# as well.

For C# namespaces, exports carry over to different uses of the same namespace, but using statements go out of scope at the end of the current namespace use. That signals to me that imports are not related at all to namespaces. It seems that C++ acts similarly. From what I can tell Both C# and C++ allow for fully qualified names without any sort of import.

I have to agree with you about Rust: they goofed it up my trying to make too many rules about which libraries and symbols can be used in which places.

[-] [email protected] 4 points 2 years ago

I think the bigger problem is that they are hard to write and sometimes break tooling.

[-] [email protected] 3 points 2 years ago

You can sell GPL licensed software. You don't have to publish the source code publicly online.

[-] [email protected] 3 points 2 years ago
  • Common Lisp. I basically only use SBCL. It has good introspection, restarts, and source analysis for debugging. I mainly write theoretical research code that doesn't depend on calling into the JVM or C++ code. I do try to keep my code portable, so I will check with other implementations from time to time.

  • I use GNU Emacs and Sly (though I am thinking of trying Lem). I don't use any structural editing outside of Emacs' built in electric-pair-mode, show-paren-mode, and expand-region (not built in). I don't even use rainbow delimiters anymore. I get all my Common Lisp dependencies from GNU Guix. It is very pleasant to use and is rolling release. In addition to Guix, I use cl-guix-utils, which adds live loading of dependencies quicklisp style.

  • I first learned Racket then Emacs Lisp (both in college). Emacs lisp was more pleasant due to its interactive and self documenting nature. I wanted to write real programs; Common Lisp looked and felt more like Emacs Lisp (but better). I started learning Common Lisp primarily with the "Lisp for the web" series. I was hooked. I learned more mainly through reading the hyperspec, studying other people source code and reading articles. I didn't read any of the famous books until I recently read "Practical Common Lisp". I already knew pretty much everything it had to offer. I wish I had read it sooner.

GNU Guix: https://guix.gnu.org/

cl-guix-utils: https://git.sr.ht/~charje/cl-guix-utils

"Lisp for the web": https://adamtornhill.com/articles/lispweb.htm

"Practical Common Lisp": https://gigamonkeys.com/book/

[-] [email protected] 5 points 2 years ago

Using - is much nicer.

[-] [email protected] 4 points 2 years ago

I've been using Guix system for a couple years and am really liking it. I got a new computer and put popos on it for the seamless Nvidia drivers, but I still have guix package manager and Guix system on other computers.

[-] [email protected] 3 points 2 years ago

Has anyone tried cryptpad.fr. I'm considering it, but I have yet to try it.

[-] [email protected] 5 points 2 years ago

I see metre and my brain says Meet-ray at best met-reh

view more: ‹ prev next ›

charje

0 post score
0 comment score
joined 2 years ago