Fork me on GitHub
#sci
<
2021-05-17
>
mkvlr09:05:53

How is sci pronounced? Like science or skiing or entirely different?

borkdude09:05:48

like sci-fi

borkdude09:05:21

at least, that's how I pronounce it ;)

mkvlr20:05:10

so did I but not everyone on our team agreed. good to know, thanks!

mauricio.szabo13:05:34

Hi there! Is there a way to send SCI info about the current file being evaluated? So that (meta #'some-fun-i-defined) gets the :file correctly?

borkdude13:05:36

@mauricio.szabo yes, you can do: (sci/binding [sci/file "dude.clj"] (sci/eval-string ...))

borkdude13:05:38

user=> (sci/binding [sci/file "dude.clj"] (sci/eval-string "(meta (def x))"))
{:name x, :ns #object[sci.impl.vars.SciNamespace 0x348c00d9 "user"], :file "dude.clj", :line 1, :column 12}