137 Commits (master)
 

Author SHA1 Message Date
sloum 9f9a838aed Updates number->string and adds file-stat 2 years ago
sloum 2a01c5193d Adds a number of filesystem manipulation procs, updates readme, fixes typo 2 years ago
sloum 3bfa4d2f70 Removes golang panic messaging from panic, leaving only slope messaging 2 years ago
sloum 2c897146ad Updates man page and readme, switches sys-args from a proc to a var 2 years ago
sloum 097bfaea60 Merge branch 'master' of https://git.rawtext.club/sloum/slope 2 years ago
sloum 82a4338635 Adds persistent repl history 2 years ago
sloum 3842cd78cf Adds gitignore item for swim board 2 years ago
sloum 9c88ae5785 Merge branch 'master' of https://git.rawtext.club/sloum/slope 2 years ago
sloum 94cb4248a8 Adds better lex/parse error messaging with line numbers 2 years ago
sloum 86bbba7764 Adds smtp example 2 years ago
sloum 654e3f50cd Small update to datetime lib 2 years ago
sloum 7a1747939a Revamps the datetime procedures and adds sleep. Updates readme. 2 years ago
sloum f74503f4b3 Adds some extra type based conditionals 2 years ago
sloum 0794bbf147 Updates readme text 2 years ago
sloum 144ebabbfb Updates module system to be a bit simpler. Updates readme. 2 years ago
sloum 73001fa633 Updates readme with preload information and adds a warning about modules 2 years ago
sloum e4adbbd686 Adds preload functionality based on a preload directory 2 years ago
sloum 1796915b0e Adds rudimentary module support 2 years ago
sloum 6063611573 Merge branch 'master' of https://git.rawtext.club/sloum/slope 2 years ago
sloum 1db3796f31 Changes the behavior of set! and define to return the newly set value 2 years ago
sloum 42fa435da0 Adds some notes for modules 2 years ago
sloum d8fbbb40fe Small fix to string-format 2 years ago
sloum 05bdc7b1ca Adds more sprintf-like behavior to string-format 2 years ago
sloum 9c94d1e012 Minor fix to readme 2 years ago
sloum c4709d30df Adds facilities to work with timestamps and dates 2 years ago
sloum 0bc3206b6a Fixes exception messaging for read-char 2 years ago
sloum 27d7819e53 Adds terminal handling, read-char, and some minor string procs 2 years ago
sloum a6bcee0e55 Fixes an error introduced to the write procedure and updates some example code 2 years ago
sloum b842b469f6 Adds more path procedures 2 years ago
sloum e347c43b83 More readme changes, addition of sys-args and path-abs 2 years ago
sloum 742da6d8db Removed debugging text 2 years ago
sloum 4d9443e273 Adds redirection of subprocess to an IOHandle 2 years ago
sloum 9e513a2acb More readme fixes 2 years ago
sloum 0685dee109 Attempt to fix weirdness in markdown 2 years ago
sloum 93a9e2b1e1 Finishes api docs and fixes exceptions to finally panic when they should 2 years ago
sloum 977c92f3a0 Adds the IO portion of the api to the readme and udpates some exception messaging for IO 2 years ago
sloum de7c31e700 Fixes a copy error in readme 2 years ago
sloum 22431cb773 Fixes html in readme 2 years ago
sloum 2bc791b84a Adds subprocess and updates readme with api docs 2 years ago
sloum 99376120cb Adds example file 2 years ago
sloum 3d7c20effe Code fix for sorting mixed lists. Numbers now get separated from other types. UGLY code. Refine later. 2 years ago
sloum 7b87df529c Adds sublist indexing to nested merge 2 years ago
sloum 3a757a7868 Adds basic 1d list sorting and expands the String method to have a flag for quoting strings or not. This removes a lot of type checks and casting. 2 years ago
sloum b4a74dc05c Adds manpage installation to Makefile and removes version numbers entirely in favor of commit hash 2 years ago
sloum 922b27163f Adds super basic manpage 2 years ago
sloum c29c0748d0 Fixes exception panics and adds more regex options 2 years ago
sloum ea9b6f3a72 Adds some basic regex matching 2 years ago
sloum 2e01591662 Fixes some string-buf items to be more sensible 2 years ago
sloum e554bc473a Removes temp test file that accidentally got added 2 years ago
sloum 99410bb382 Fixes more typos 2 years ago