Handbook
Glossary
find-pulsar ( -- path )
Vocabulary
editors
.
pulsar
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.pulsar
HOOK:
find-pulsar
os
( -- path )
Methods
USING:
editors.pulsar
io.pathnames
io.standard-paths
kernel
system
;
M:
macos
find-pulsar
"dev.pulsar-edit.pulsar"
find-native-bundle
[
"Contents/MacOS/Pulsar"
append-path
]
[
f
]
if*
;
USING:
editors.pulsar
io.standard-paths
kernel
;
M:
object
find-pulsar
"pulsar"
?find-in-path
;