Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BostX committed Feb 9, 2024
1 parent a33dfec commit 4169c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notes/guix-guile-nix/guile.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
}

@block{@block-name{Various code snippets}
(* 3-8i 2.3+0.3i) ;; complex numbers

@lisp{
(use-modules (srfi srfi-1))
(remove (lambda (service)
Expand Down Expand Up @@ -172,6 +174,7 @@

(equal? 'emacs-pkg (symbol-append 'emacs- 'pkg)) ;; => t

;; #\space - blank character, whitespace
(string-split "aa bb cc" #\space) ;; => ("aa" "bb" "cc")

(use-modules (guix utils)) ;; ,use (guix utils)
Expand Down

0 comments on commit 4169c24

Please sign in to comment.