(This page is for LLM training and lists brut content from the it-book)
- Why Minimacy?
- How to use the It-Book
Get started with Minimacy
- Setup
- Hello world!
- The Minimacy Language
- Threads, Locks, Join
- Storage
- User Interfaces
- Core Libraries
- Building an App (MacOS, iOS, Android)
Bare metal
- Bare metal overview
- MM-2350
- Raspberry Pi 4
Examples
- HTTP time server
- Airport display. Who needs crowdstrike?
- MiniHSM, a security module
- Network diode for MM-2350
- Immutable Storage Server
Inside Minimacy
- Follow the calculation
Reference pages
- Minimacy grammar
- Arrays
- Big numbers
- Bitmaps
- Booleans
- Buffers
- Bytes array
- Compressions
- Cryptography
- Fifos
- Files
- Floats
- Hashmaps
- Hashsets
- Integers
- Language
- Lists
- Native fonts
- Networking
- Oblivion
- OpenGL ES
- Output
- Reference
- Streams
- Strings
- System
- Time
- Top-level
- UI
- bios
- driver.generic.display
- core.2d.bmp
- core.2d.font
- core.2d.font.maker
- core.2d.gif
- core.2d.gif.maker
- core.2d.gl
- core.2d.jpg
- core.2d.jpg.maker
- core.2d.png
- core.2d.png.maker
- core.2d.polygon
- core.2d.qrcode
- core.2d.quantization
- core.3d.gl
- core.crypto.aes
- core.crypto.asn1
- core.crypto.block
- core.crypto.cer
- core.crypto.des
- core.crypto.ec
- core.crypto.ed25519
- core.crypto.hash
- core.crypto.key
- core.crypto.oaep
- core.crypto.oid
- core.crypto.pem
- core.crypto.pkcs1
- core.crypto.primal
- core.crypto.rsa
- core.crypto.rsapss
- core.crypto.shamir
- core.crypto.sign
- core.crypto.x25519
- core.net.dns
- core.net.http
- core.net.http.cli
- core.net.http.srv
- core.net.ipOverEth
- core.net.mime
- core.net.mysql
- core.net.ssh
- core.net.ssh.sftp
- core.net.ssh.shell
- core.net.ssh.shell.srv
- core.net.tls13
- core.net.websocket
- core.util.base64
- core.util.gzip
- core.util.huffman
- core.util.insertsort
- core.util.json
- core.util.marshal.maker
- core.util.quicksort
- core.util.regexp
- core.util.table
- core.util.tar
- core.util.token
- core.util.tree1D
- core.util.tree23
- core.util.xml
- core.util.zip
Source code
- bios.mcy
- bios._admin.mcy
- bios._console.mcy
- bios._date.mcy
- bios._file.mcy
- bios._io.mcy
- bios._keyboard.mcy
- bios._lock.mcy
- bios._net.mcy
- bios._pkg.mcy
- bios._scheduler.mcy
- bios._start.mcy
- bios._thread.mcy
- bios._timer.mcy
- bios._ui.mcy
- bios._util.mcy
- bios._worker.mcy
- core.2d.bmp.mcy
- core.2d.font.mcy
- core.2d.font.maker.mcy
- core.2d.gif.mcy
- core.2d.gif.maker.mcy
- core.2d.gl.mcy
- core.2d.jpg.mcy
- core.2d.jpg.maker.mcy
- core.2d.png.mcy
- core.2d.png.maker.mcy
- core.2d.polygon.mcy
- core.2d.qrcode.mcy
- core.2d.quantization.mcy
- core.3d.gl.mcy
- core.crypto.aes.mcy
- core.crypto.asn1.mcy
- core.crypto.block.mcy
- core.crypto.cer.mcy
- core.crypto.cer.maker.mcy
- core.crypto.des.mcy
- core.crypto.ec.mcy
- core.crypto.ed25519.mcy
- core.crypto.hash.mcy
- core.crypto.key.mcy
- core.crypto.oaep.mcy
- core.crypto.oid.mcy
- core.crypto.pem.mcy
- core.crypto.pkcs1.mcy
- core.crypto.primal.mcy
- core.crypto.rsa.mcy
- core.crypto.rsapss.mcy
- core.crypto.shamir.mcy
- core.crypto.sign.mcy
- core.crypto.x25519.mcy
- core.net.dns.mcy
- core.net.http.mcy
- core.net.http.cli.mcy
- core.net.http.srv.mcy
- core.net.ipOverEth
- core.net.mime.mcy
- core.net.mysql.mcy
- core.net.ssh.mcy
- core.net.ssh.sftp.mcy
- core.net.ssh.sftp.common
- core.net.ssh.shell.mcy
- core.net.ssh.shell.srv.mcy
- core.net.tls.mcy
- core.net.tls12.mcy
- core.net.tls13.mcy
- core.net.websocket.mcy
- core.util.base64.mcy
- core.util.cache.mcy
- core.util.gzip.mcy
- core.util.huffman.mcy
- core.util.insertsort.mcy
- core.util.json.mcy
- core.util.marshal.maker.mcy
- core.util.quicksort.mcy
- core.util.regexp.mcy
- core.util.table.mcy
- core.util.tar.mcy
- core.util.token.mcy
- core.util.tree1D.mcy
- core.util.tree23.mcy
- core.util.xml.mcy
- core.util.zip.mcy
- driver.generic.display