Porth
0.1.0
  • core
  • std
  • linux
  • termios
Porth
  • »
  • Welcome to unofficial Porth language documentation!
  • View page source

Welcome to unofficial Porth language documentation!¶

Warning

This documentation is under active development.

Porth (/pôrTH/) is a Concatenative Stack-Oriented Programming Language for Computers.

Contents¶

  • core
    • @ptr
    • @@ptr
    • @bool
    • @int
    • @addr
    • !ptr
    • !bool
    • !int
    • !addr
    • ptr+
    • ptr-
    • ptr!=
    • ptr=
    • ptr<
    • +ptr
    • ptr-diff
    • / div
    • % mod
    • imod
    • idiv
    • emod
    • lnot
    • land
    • lor
    • inc64-by
    • inc64
    • dec64
    • inc32
    • dec32
    • inc8
    • dec8
    • neg
    • ?null
    • toggle
  • std
    • nth_argv
    • cstrlen
    • cstreq
    • cstr-to-str
    • fputs
    • puts
    • eputs
    • Str.count
    • Str.data
    • @Str.count
    • @Str.data
    • !Str.count
    • !Str.data
  • linux
    • write
    • read
    • openat
    • fstat
    • stat
    • close
    • exit
    • mmap
    • clock_nanosleep
    • clock_gettime
    • fork
    • getpid
    • execve
    • wait4
    • rename
    • fcntl
    • kill
    • dup2
    • socket
    • bind
    • listen
    • accept
    • getcwd
    • chroot
    • ioctl
    • WIFSTOPPED
    • WIFCONTINUED
    • WTERMSIG
    • WIFEXITED
    • WEXITSTATUS
    • isatty
  • termios
    • tcgetattr
    • tcgetattr
Next

© Copyright 2022, EndeyshentLabs. Porth: Alexey "rexim, tsoding" Kutepov.

Built with Sphinx using a theme provided by Read the Docs.