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

Clojure programming language discussion

437 readers
1 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
 

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 [email protected] @clojure

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

@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.

[–] [email protected] 1 points 2 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)