1
submitted 3 months ago by planet@clj.social to c/clojure@lemmy.ml

What is Associative Arrays in Computer Science

https://dev.to/m__mdy__m/what-is-associative-arrays-in-computer-science-1dhe

In computer science, an associative array, map, symbol table, or dictionary is an abstract data type that stores a collection of (key, value) pairs, such that each possible key appears at most once in the collection. In mathematical terms, an...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

you are viewing a single comment's thread
view the rest of the comments
[-] simon_brooke@mastodon.scot 1 points 3 months ago* (last edited 3 months ago)

@planet @clojure Two errors in the first paragraph is not encouraging. An associative array does not necessarily support either a 'remove' or an 'insert' operation, and, indeed, in languages with immutable data, it supports neither.

What's worse, the entire article appears to have been lifted verbatim from Wikipedia.

The whole site appears to be an email harvesting scam.

[-] johnny@chaos.social 1 points 3 months ago

@simon_brooke @planet @clojure this is indeed spam. Good catch that it's plagiarising Wikipedia, didn't even notice it because it reeked so strongly of LLM (maybe asked an LLM to generate a blog post from the Wikipedia article?)

That said, the website itself is not to blame here, it's that one user (they seem to be posting lots of crap like this)

this post was submitted on 30 Jun 2024
1 points (66.7% liked)

Clojure programming language discussion

444 readers
3 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS