Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Which language

Name: Anonymous 2019-09-30 5:04

Uses multi-dimensional tuples as the base type(like LISP lists)?
* multi-dimensional tuples is the one-size-fits-all datatype that is like multi-dimensional array where each cell can have any type, even containing sub-arrays.

Name: Anonymous 2019-09-30 6:47

Clojure lazy lists maybe?

Name: Anonymous 2019-09-30 11:24

>>1
You can do that in any modern dynamic language such as FIOC or Ruby.

Name: Anonymous 2019-09-30 11:26

REBOL

Name: Anonymous 2019-09-30 13:11

>>4
print read http://en.wikipedia.org/wiki/Rebol
looks like high-level functional programming pseudocode

Name: Anonymous 2019-09-30 13:23

>>5
kind of, but it's also very much like Lisp in how you can easily metaprogram it

Name: Anonymous 2019-09-30 17:18

>>4
Too bad it's dead, Jim. It looks like a good language, not the C/Java-like idiocy.

Name: Anonymous 2019-09-30 19:48

Symta?

Name: Anonymous 2019-10-01 6:32

>>7
kind of. there's this https://www.red-lang.org/ but it seems their're are trying hard to run AI and blockchain hype so I don't have high hopes for it
>>8
make your're are game

Name: Anonymous 2019-10-01 9:27

>>9
Why all the stupid hype about Blockchain?

1. Every developer wants to do it
2. Almost nobody will ever get paid to do it
3. Because it's only useful for just a tiny niche
4. Which is nothing businesses need

Wanting to work on Blockchain or putting Blockchain expert in your CV like so many people do is pointless.

Name: Anonymous 2019-10-01 10:09

dubs are a form of proggles numbers, which can be generalized to multi-dimensional tuples of repeating digits

Name: Anonymous 2019-10-02 22:50

Uses multi-dimensional tuples as the base type(like LISP lists)?
What? Cons takes two arguments - it is 2d.

* multi-dimensional tuples is the one-size-fits-all datatype that is like multi-dimensional array where each cell can have any type, even containing sub-arrays.
You can do that in agda easily, although it is not a primitive type (why would it be after all?)

Name: Anonymous 2019-10-03 2:17

>>1
APL *almost* does this I think. Central type is matrix/multidim array.

Name: Anonymous 2019-10-04 13:55

MATLAB

Name: Anonymous 2019-10-07 8:03

Multi-dimensional tuples are just special cases of trees. Use Scheme.

Name: Anonymous 2019-10-08 13:00

>>15
Can you address them directly like arr[16]=X?

Name: Anonymous 2019-10-08 14:58

>>12
What? Cons takes two arguments - it is 2d.
the point is that arguments to cons can be anything, including other cons cells. so it's easy to build multi-dimensional structures with it

Name: Anonymous 2019-10-09 9:40

>>17
what is the equivalent of make_tuple[2][2][3][5]

Name: Anonymous 2019-10-09 15:15

>>18
some sort of unholy cadaddadaddr builtin in Common Lisp?

Name: Anonymous 2019-10-09 15:58

>>19
thats would pick an element of a tuple, like >>16 but what would create the structure?

Name: Anonymous 2019-10-09 19:24

>>20
some sort of {(cons (cons 1 (cons 2 (cons 3)) (cons (cons (cons #my #anus) 1) 2) 3)} abomination

Name: Anonymous 2019-10-09 19:24

check em

Name: Anonymous 2019-10-11 3:19

>>1
Javascript

Don't change these.
Name: Email:
Entire Thread Thread List