"That's the Way Love Goes" is a song by American singer-songwriter #JanetJackson from her fifth album, #Janet (1993). The song was released in April 1993 by #VirginRecords as the lead single from the Janet album. Written and produced by Jackson and #JimmyJamAndTerryLewis, the song's themes of romantic #lust saw Jackson transitioning to sensual territory, considered a shocking contrast to her previous releases among critics and the public.
https://www.youtube.com/watch?v=VITU-kdhiVs
Janet Jackson - That's the Way Love Goes

YouTube

TIL: There is a nix/guix-like package manager written in Jannet lang (Clojure-like alternative to Guile/Lua).

https://github.com/andrewchambers/hermes/

It seems dead, but still an interesting effort.

#nix #guix #guile #clojure #janet #lua

GitHub - andrewchambers/hermes: Hermes software environment manager

Hermes software environment manager. Contribute to andrewchambers/hermes development by creating an account on GitHub.

GitHub

Pale pink blossoms, bands of green, and a cool gray path warmed by a narrow shaft of morning light.

We see it as a quiet pause at the edge of spring, simple and steady enough to sit above a console, beside a reading chair, or in a sunny niche. Where would you give it room to breathe?

https://www.chrisboese.photo/warehouse-originals-limited-editions-standard-products/original_art_products/shaft-sunlight-cherry-blossoms-janet-dyer

#cherryblossoms #spring #wallart #supportindieartists #art #mastoart #mastodonart #janet-dyer #boesegalleries

Janet Dyer’s "Uphill Fields" pulls us up a sunlit slope of lavender and amber, where ordered rows and a distant treeline set a steady, rhythmic pace.

Cool violets and fresh greens meet warm ochre bands; the late-summer light feels restorative and quietly invigorating.

See it on our site: https://www.chrisboese.photo/warehouse-originals-limited-editions-standard-products/original_art_products/uphill-fields. We’re pleased to share Janet’s work alongside two other artists in our collection.

#art #mastoart #mastodonart #janet-dyer #boesegalleries

"Spring Trees in Mahwah" by Janet Dyer: pastel-pink canopies rising from a vivid green field beneath a cool, airy sky. Layered color suggests blossoms and distance rather than literal detail, while a darker treeline anchors the scene and gives it a quietly contemplative presence.

We think of it as a quick, bright thought you can return to during the day. Where would you place it in your space?

https://www.chrisboese.photo/warehouse-originals-limited-editions-standard-products/original_art_products/spring-trees-mahwah-12x24-acrylic

#art #mastoart #mastodonart #janet-dyer #boesegalleries

JANETTTTTTTTTT - Jack Tripper Area 51 / Groom lake is busy. 4 Janet Airlines aircraft in the air right now. Shots Departing Palmdale April 2021 and taxing at McCarran, Las Vegas February 2021 #AvGeek #area51 #Groomlake #janet #JanetAirlines #3sCompany

https://globe.adsbexchange.com/?icao=a4207f,a2ec0c,a2b320,ac96df

for those curious here are the design decisions that I find confusing or just bad:

the (frequencies) form (which is meant to count the number of occurrences of each element in a list) completely ignores all nil values, and this isn’t documented anywhere

#Janet has a really cool concept where there are separate types for mutable or immutable data structures. for example "asdf" is an immutable string, but @"asdf" is a mutable string. but the problem is that for some reason, @"asdf" != "asdf" and also @"asdf" != @"asdf" - even if you do a deep/recursive equality check? and this is true for all data structure types

since the above means that the difference between mutable and immutable is very important if you want to compare things, you would think that all of Janet’s forms would be very clear about whether they return a mutable or immutable data structure, right? nope! there is no documentation of this whatsoever, which means that every time you want to compare two data structures you have to manually convert both of them - recursively - to immutable structures, just in case

the (complement) macro is meant to take a function and return its complement (a function that returns true when the original function would return false and vice-versa) but I think it’s just straight-up broken if you run it on a function with an arity of more than 1, and this is not documented anywhere

Janet’s random number generation is deterministic by default because the random seed defaults to the same number every time. you have to manually set the random seed yourself if you want to fix this. this isn’t documented either btw

Janet has a built-in error system using fibers (this is really cool!) but almost none of its forms actually throw errors when they should. instead they return values like nil or false and expect you to check this every time (even when this isn’t a documented behavior)

Janet’s docstrings use terms like “strictly equal”, “strictly less than”, etc. but the documentation calls this “primitive comparison” instead and never uses the word “strict”

in general there’s a pretty big disconnect between the language that Janet’s docstrings use, and the language used in the documentation. it feels like they were written by separate people who didn’t communicate very much

a lot of Janet’s docstrings say that they only take an indexable type but this seems to never be true - they can take any data structure type just fine, including strings

also, Janet either has no documentation for, or extremely limited documentation for:

  • any basic file operations
  • the existence of Lua-style metamethods which apparently this language has?
  • how to get a list of an object’s methods (you need to use (keys «object») in the REPL, even though a lot of objects are a bespoke type imported from C so there’s no indication that they might have methods or keys at all)
  • which features are supported by its regex implementation and how to use them (for example: if I regex/replace, is there any way that I can access the text of the capture group in my replacement?)

Me: If I want to get paid for dev again—and I do—I should probably spend less time hand-writing code in niche languages and messing about with niche applications. Maybe spend some time with LLMs generating React applications instead.

Also me: (spends the first part of the morning writing #Janet code to explore API functionality in #Logseq)

@iacore @jayalane @screwlisp

Thanks

I'm not trying to learn an easy to learn language. I'm trying to learn lisp. (Which doesn't seem all that hard.)

I'm a retired computer consultant with 40 years of database programming experience who now codes for a hobby, mostly plain text programming.

@screwlisp has got me interested in lisp again which I explored in the eighties while in school.

And I'm still in school but now I'm taking jazz improv not computer science.

#lisp #janet #programming