artanis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Artanis] repl questions


From: Nala Ginrut
Subject: Re: [Artanis] repl questions
Date: Thu, 21 Dec 2017 16:30:08 +0800
User-agent: mu4e 1.0-alpha0; emacs 25.1.1

Hi Kristofer!

Yes, it's possible, but I'm not sure if you want to just run Artanis in
REPL, or you want to run 'art work' in REPL. So I'd like to introduce
them both.

1. Run Artanis in REPL

----------------------------------cut--------------------------------
scheme@(guile-user)> ,use (artanis artanis)
scheme@(guile-user)> (init-server)
Loading /etc/artanis/artanis.conf...done.
scheme@(guile-user)> (run)
Session with SIMPLE backend init done!
http://127.0.0.1:3000
Anytime you want to quit just try Ctrl+C, thanks!
----------------------------------end--------------------------------


2. Run 'art work' in REPL if you want to debug the application folder
created by 'art create'

----------------------------------cut--------------------------------
scheme@(guile-user)> ((@@ (artanis commands work) work))
--------------------------------------------------------------------

In this case, please make sure you're in a valid application folder,
since you've jumped the checking step to do so. If you're not in a valid
application folder, then it'll throw:
========
ERROR: In procedure string-append:
In procedure string-append: Wrong type (expecting string): #f
========


Enjoy!

Best regards.


Kristofer Buffington writes:

> Hello!
>
> Is it possible to spawn a repl for geiser with the art work command?
>
> Thanks!
>
> Kristofer


-- 
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]