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 a string naming the Chez Scheme machine type of the appropriate ``pbarch'' backend for SYSTEM: that is, the ``portable bytecode'' backend specialized for SYSTEM's word size and endianness. The result will name the threaded machine type unless THREADS? is provided as #f.
Return a string naming the Chez Scheme machine type of the native-code backend for SYSTEM, if such a native-code backend exists. Otherwise, when SYSTEM can use only the ``portable bytecode'' backends, return #f. The result will name the threaded machine type unless THREADS? is provided as #f.