-
Notifications
You must be signed in to change notification settings - Fork 86
listlist transpose
Matthias Görges edited this page Jun 1, 2015
·
1 revision
#(listlist-transpose lst) listlist-transpose transposes a list of lists
Parameter | Description |
---|---|
lst | The list of lists operated on |
Example 1: Transpose a list (from 2 sublists of length 3, to 3 sublists of length 2)
> (define lst (list (list 1 2 3) (list 3 4 5)))
> (listlist-transpose lst)
((1 3) (2 4) (3 5))
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip