Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return an input port where data drained from INPUT is filtered through COMMAND (a list). In addition, return a list of PIDs that the caller must wait. When INPUT is a file port, it must be unbuffered; otherwise, any buffered data is lost.
Return the string from TESTS that is the closest from the TRIAL, according to 'string-distance'. If the TESTS are too far from TRIAL, according to THRESHOLD, then #f is returned.
Return an input port where INPUT is decompressed according to COMPRESSION, a symbol such as 'xz.
Search in FILE for a top-level definition created using DEFINE-PREFIX, with the defined term alphabetically succeeds TERM. Return the location if found, or #f otherwise.
Retrieve value of environment variable denoted by string VARIABLE in the form of a list of strings (`char-set:graphic' tokens) suitable for consumption by `args-fold', if VARIABLE is defined, otherwise return an empty list.
Return an input port that wraps PORT such that all newlines consist of a single linefeed.
Delete the expression specified by SOURCE-PROPERTIES.
Print ROWS in neat columns. All rows should be lists of strings and each row should have the same length. The columns are separated by a tab character, and aligned using spaces. The maximum width of each column is bound by MAX-COLUMN-WIDTH. Each row is prefixed with LEFT-PAD spaces.
Is the architecture of TARGET a variant of Intel/AMD's 64-bit architecture (x86_64) using 32-bit data types?
Return the extension of FILE or #f if there is none.
Insert EXPR before the top-level expression specified by SOURCE-PROPERTIES.
Does TARGET represent the GNU(/Hurd) system?
Return TARBALL without its .tar.* or .zip extension.
Call 'readlink' until the result is not a symlink.
Return a guess of the GNU triplet corresponding to Nix system identifier SYSTEM.
Return the Nix system type corresponding to TRIPLET, a GNU triplet as returned by `config.guess'.
Return "<major>.<minor>", where major and minor are the major and minor version numbers from version-string.
Return the substring of FILE without its extension, if any.