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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Return a procedure that takes a list and check if all the elements of the list result in #t when applying PRED? on them.
Return a G-expression that contains the values corresponding to the FIELDS of CONFIG, a record that has been generated by `define-configuration'. The G-expression can then be serialized to disk by using something like `mixed-text-file'.
Return a transducer for CONFIG that removes all maybe-type fields whose value is '%unset-marker.
Take CONFIGURATION-SYMBOL, the symbol corresponding to the name used when defining a configuration record with DEFINE-CONFIGURATION, and output the Texinfo documentation of its fields.
Same as string-join, but without join and string, returns a DELIMITER interposed LS. Support 'infix and 'suffix GRAMMAR values.
Predicate to check whether a 'maybe' value was explicitly provided.