Home
last modified time | relevance | path

Searched +refs:guile +refs:primitive (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/
H A DChangeLog.pre-2.16387 gtype-instance-primitive-signal-emit.
389 gtype-instance-primitive-signal-connect.
2046 gvalue-primitive-new then gvalue-primitive-set.
2062 gflags-primitive-bit-set?.
2082 the same thing as gvalue-primitive-new.
3105 (gtype-primitive-register-static): Moved to guile-gnome-gobject.c
3140 (gobject-primitive-create-instance).
3199 (gvalue-primitive-get-basic): Renamed to gvalue-primitive-get.
3200 (gvalue-primitive-set-basic): Renamed to gvalue-primitive-set.
3201 (gtype-instance-primitive-type): Renamed to
[all …]
/dports/lang/guile2/guile-2.2.7/module/scripts/
H A DChangeLog-200887 * summarize-guile-TODO (make-display-item):
92 * summarize-guile-TODO: Fix commentary typo; nfc.
96 * summarize-guile-TODO: Use (ice-9 getopt-long).
103 (summarize-guile-TODO): Add option handling.
119 * summarize-guile-TODO: New script.
175 * Include $(top_srcdir)/pre-inst-guile.am.
209 * snarf-guile-m4-docs: New script.
221 from "function" and "primitive" to "C Function" and "Scheme
227 index entries for each Guile primitive to the copy of the doc
238 (*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
[all …]
/dports/lang/guile1/guile-1.8.8/scripts/
H A DChangeLog-200887 * summarize-guile-TODO (make-display-item):
92 * summarize-guile-TODO: Fix commentary typo; nfc.
96 * summarize-guile-TODO: Use (ice-9 getopt-long).
103 (summarize-guile-TODO): Add option handling.
119 * summarize-guile-TODO: New script.
175 * Include $(top_srcdir)/pre-inst-guile.am.
209 * snarf-guile-m4-docs: New script.
221 from "function" and "primitive" to "C Function" and "Scheme
227 index entries for each Guile primitive to the copy of the doc
238 (*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
[all …]
/dports/lang/guile/guile-3.0.7/module/scripts/
H A DChangeLog-200887 * summarize-guile-TODO (make-display-item):
92 * summarize-guile-TODO: Fix commentary typo; nfc.
96 * summarize-guile-TODO: Use (ice-9 getopt-long).
103 (summarize-guile-TODO): Add option handling.
119 * summarize-guile-TODO: New script.
175 * Include $(top_srcdir)/pre-inst-guile.am.
209 * snarf-guile-m4-docs: New script.
221 from "function" and "primitive" to "C Function" and "Scheme
227 index entries for each Guile primitive to the copy of the doc
238 (*primitive-deffnx-signature*, *primitive-deffnx-sig-length*):
[all …]
/dports/lang/guile1/guile-1.8.8/examples/box-module/
H A DREADME10 interpreter in this directory will place all defined primitive
46 guile> (use-modules (box-module))
47 guile> (define b (make-box))
48 guile> b
50 guile> (box-set! b '(list of values))
51 guile> b
53 guile> (box-ref b)
55 guile> (quit)
/dports/lang/guile2/guile-2.2.7/examples/box-module/
H A DREADME10 interpreter in this directory will place all defined primitive
46 guile> (use-modules (box-module))
47 guile> (define b (make-box))
48 guile> b
50 guile> (box-set! b '(list of values))
51 guile> b
53 guile> (box-ref b)
55 guile> (quit)
/dports/lang/guile/guile-3.0.7/examples/box-module/
H A DREADME10 interpreter in this directory will place all defined primitive
46 guile> (use-modules (box-module))
47 guile> (define b (make-box))
48 guile> b
50 guile> (box-set! b '(list of values))
51 guile> b
53 guile> (box-ref b)
55 guile> (quit)
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dlibguile-extensions.texi5 @c See the file guile.texi for copying conditions.
12 want to do is make new primitive procedures and data types available
13 to the Scheme programmer. Writing a new version of @code{guile} is
17 For example, suppose that there is a program @code{guile-db} that is a
20 have to use @code{guile-db} instead of the usual @code{guile} program.
21 Now suppose that there is also a program @code{guile-gtk} that extends
24 @code{guile-gtk}. Now, what happens when you want to write a Scheme
28 @code{guile-gtk} might be a quite obscure program, say) and taking this
38 You write the new primitive procedures and data types in the normal
81 gcc `pkg-config --cflags guile-@value{EFFECTIVE-VERSION}` \
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dlibguile-extensions.texi5 @c See the file guile.texi for copying conditions.
12 want to do is make new primitive procedures and data types available
13 to the Scheme programmer. Writing a new version of @code{guile} is
17 For example, suppose that there is a program @code{guile-db} that is a
20 have to use @code{guile-db} instead of the usual @code{guile} program.
21 Now suppose that there is also a program @code{guile-gtk} that extends
24 @code{guile-gtk}. Now, what happens when you want to write a Scheme
28 @code{guile-gtk} might be a quite obscure program, say) and taking this
38 You write the new primitive procedures and data types in the normal
81 gcc `pkg-config --cflags guile-@value{EFFECTIVE-VERSION}` \
[all …]
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dlibguile-extensions.texi5 @c See the file guile.texi for copying conditions.
12 want to do is make new primitive procedures and data types available
13 to the Scheme programmer. Writing a new version of @code{guile} is
17 For example, suppose that there is a program @code{guile-db} that is a
20 have to use @code{guile-db} instead of the usual @code{guile} program.
21 Now suppose that there is also a program @code{guile-gtk} that extends
24 @code{guile-gtk}. Now, what happens when you want to write a Scheme
28 @code{guile-gtk} might be a quite obscure program, say) and taking this
34 @code{guile}. Guile makes it easy to do just this, and we encourage you
38 You write the new primitive procedures and data types in the normal
[all …]
/dports/lang/guile1/guile-1.8.8/
H A DREADME149 and also registers an extra primitive, the setter
153 gc-set-debug-check-freelist! primitive, and then use:
170 A Guile compiled with this option provides the primitive
280 http://www.gnu.org/software/guile/guile.html
321 guile-readline/readline.h --- for guile-readline.
335 guile.m4
339 guile --- Guile reference manual.
341 guile-tut --- Guile tutorial.
354 guile-config:
356 guile-readline:
[all …]
/dports/lang/guile1/guile-1.8.8/lang/elisp/
H A DChangeLog-20085 * primitives/strings.scm (aset): New primitive.
124 * base.scm: No longer import anything from (guile).
174 elisp base) doesn't have to import bindings from (guile).
177 and add #:pure so that we don't import bindings from (guile).
196 no longer a primitive. Change generated #f values to %nil.
247 * primitives/symprop.scm (symbol-name): New primitive.
249 * primitives/strings.scm (stringp): New primitive.
253 * primitives/numbers.scm (numberp): New primitive.
340 * features.scm, format.scm, fset.scm, guile.scm, keymaps.scm,
348 `make-emacs-regexp' primitive; old workaround implementation
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DREADME233 and also registers an extra primitive, the setter
237 gc-set-debug-check-freelist! primitive, and then use:
254 A Guile compiled with this option provides the primitive
323 guile-config info pkgdatadir
361 http://www.gnu.org/software/guile/guile.html
403 guile-readline/readline.h --- for guile-readline.
417 guile.m4
421 guile --- Guile reference manual.
434 guile-readline:
445 git://git.sv.gnu.org/guile.git
[all …]
/dports/lang/guile/guile-3.0.7/
H A DREADME237 and also registers an extra primitive, the setter
241 gc-set-debug-check-freelist! primitive, and then use:
258 A Guile compiled with this option provides the primitive
327 guile-config info pkgdatadir
365 http://www.gnu.org/software/guile/guile.html
407 guile-readline/readline.h --- for guile-readline.
421 guile.m4
425 guile --- Guile reference manual.
438 guile-readline:
449 git://git.sv.gnu.org/guile.git
[all …]
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/lib/
H A Dsystem-gafrc13 (cond-expand (guile-2 #t)
14 (guile (debug-enable 'debug)))
41 (primitive-load (build-path geda-rc-path "print-colormap-lightbg")) ; light background
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Dsyncase.test297 (macroexpand '(@@ primitive cons)))
301 (macroexpand '((@@ primitive cons) 1 2)))
303 (pass-if-equal "primcall in (guile)"
305 (@@ @@ (guile) ((@@ primitive cons) 1 2)))
307 (pass-if-syntax-error "primref in (guile)"
309 (macroexpand '(@@ @@ (guile) (@@ primitive cons)))))
H A Dsrfi-64.test24 (define (guile-test-runner)
41 (guile-test-runner)
42 (primitive-load-path "tests/srfi-64-test.scm"))
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Dsyncase.test297 (macroexpand '(@@ primitive cons)))
301 (macroexpand '((@@ primitive cons) 1 2)))
303 (pass-if-equal "primcall in (guile)"
305 (@@ @@ (guile) ((@@ primitive cons) 1 2)))
307 (pass-if-syntax-error "primref in (guile)"
309 (macroexpand '(@@ @@ (guile) (@@ primitive cons)))))
H A Deval.test1 ;;;; eval.test --- tests guile's evaluator -*- scheme -*-
66 (eq? (primitive-eval '(define test-var 'foo))
85 ;; This is currently a bug in guile:
91 (primitive-eval
97 (primitive-eval
157 ;; prior to guile 1.6.9 and 1.8.1 this called the function with
169 ;; prior to guile 1.6.9 and 1.8.1 this error wasn't detected
354 (pass-if "stack involving a primitive"
364 (pass-if "arguments of a primitive stack frame"
595 (module-use! module-a (resolve-interface '(guile)))
[all …]
H A Dsrfi-64.test24 (define (guile-test-runner)
41 (guile-test-runner)
42 (primitive-load-path "tests/srfi-64-test.scm"))
/dports/net/serveez/serveez-0.2.2/test/
H A Dt0061 ;;; t006 --- misconfiguration: server and (optionally) guile-server
21 (primitive-load-path "but-of-course")
22 (primitive-load-path "common")
40 ;; This code exports the public symbols of the guile-user module.
419 (!! 'guile-server
423 ;; This code exports the public symbols of the guile-user module.
433 "guile server definition test suite"
439 (description . "guile test server")
447 (description . "guile test server")
455 (description . "guile test server")
[all …]
/dports/lang/guile1/guile-1.8.8/doc/
H A Dgroupings.alist27 ;; Group `guile-C-API' needs much more serious thought.
96 fdes->inport fdes->outport primitive-move->fdes move->fdes
134 status:exit-val status:term-sig status:stop-sig system primitive-exit execl
135 execlp execle primitive-fork nice setpriority getpriority
165 (guile-C-API
166 (description "the official guile API available to C programs")
/dports/lang/guile2/guile-2.2.7/module/ice-9/
H A Dpsyntax-pp.scm164 ((memv key '(primitive))
450 (let ((v (and (not (equal? mod '(primitive)))
769 (if (equal? fmod '(primitive))
1742 (list 'apply '(primitive append) (gen-map e map-env))))
1752 (cons (list 'primitive (car e))
1776 ((memv key '(primitive)) (build-primref #f (cadr x)))
2135 (vector 'free-id (make-syntax 'primitive '((top)) '(hygiene guile)))
2144 (apply (lambda (id) (values (syntax->datum id) r '((top)) #f '(primitive)))
2472 (and (not (equal? mod '(primitive))) (cdr mod)))))
2505 (if (equal? mod '(primitive))
[all …]
/dports/lang/guile2/guile-2.2.7/doc/
H A Dgroupings.alist27 ;; Group `guile-C-API' needs much more serious thought.
96 fdes->inport fdes->outport primitive-move->fdes move->fdes
134 status:exit-val status:term-sig status:stop-sig system primitive-exit execl
135 execlp execle primitive-fork nice setpriority getpriority
165 (guile-C-API
166 (description "the official guile API available to C programs")
/dports/lang/guile/guile-3.0.7/doc/
H A Dgroupings.alist27 ;; Group `guile-C-API' needs much more serious thought.
96 fdes->inport fdes->outport primitive-move->fdes move->fdes
134 status:exit-val status:term-sig status:stop-sig system primitive-exit execl
135 execlp execle primitive-fork nice setpriority getpriority
165 (guile-C-API
166 (description "the official guile API available to C programs")

12345678910>>...21