Re: London Guix meetup

2023-06-13 Thread James Crake-Merani
7;m normally based in Cardiff so it would only take me a couple of hours by train I think to get to London. Thanks, James Crake-Merani. On 13/06/2023 23:27, Arun Isaac wrote: Hi all, We are organizing a casual Guix meetup in London. There is no specific agenda. The intention is for Guix us

Re: GPT-4 knows Guile! :)

2023-03-18 Thread James Crake-Merani
On 18/03/2023 08:29, to...@tuxteam.de wrote: My take is that such potentially society-shattering technologies don't belong in the hands of corporations which have no choice but to maximize their return on investment. But perhaps that's me. Yes, I find it concerning that this technology is owne

Re: GPT-4 knows Guile! :)

2023-03-18 Thread James Crake-Merani
regard, it is still too erroneous to be used for even that purpose. James Crake-Merani. [1]: https://openai.com/research/gpt-4 (click 'read paper' for the actual paper.) On 17/03/2023 19:28, Damien Mattei wrote: finally i can reconnect to chatGPT server and here is the result: (de

Re: Static site generator

2023-01-13 Thread James Crake-Merani
On 13/01/2023 17:53, Jack Hill wrote: On Fri, 13 Jan 2023, James Crake-Merani wrote: Hi, I was wondering if you guys are aware of any static site generators written in Guile. I'm looking for something that can be extended in Guile so I can write my own code for it in Scheme. I'

Static site generator

2023-01-13 Thread James Crake-Merani
m not mistaken. Thanks, James Crake-Merani

Re: http-request bearer token syntax for Twitter v2 api

2022-10-12 Thread James Crake-Merani
ork. I think Curl must be doing something behind the scenes that satisfies these APIs that the web module's http-request doesn't do. I would much rather use Guile's built-in libraries because they are much more functional whereas Curl uses lots of procedures with side-effects to configure its requests but I just could not get it to work. APIs seem to work in mysterious ways. Hope that was helpful, James Crake-Merani.

What do you use to make HTTP requests?

2022-08-10 Thread James Crake-Merani
Hi, I'm just curious as to which library people prefer. I know Guile comes with its web libraries that let you make HTTP requests, but I'm also aware that libcurl has bindings for Guile. Do you prefer the former, or the latter? Or are there any other libraries that do HTTP requests that I've no

Re: Scripting for installing a module

2022-07-05 Thread James Crake-Merani
On 22/07/05 11:14am, Munyoki Kilyungi wrote: > James Crake-Merani > anaandika: > > [...] > > > Hi, > > > > The reason why I have been a bit reluctant to use GNU Guix for this > > sort of thing is that the distro I use is not Guix but rather Arch > >

Re: Scripting for installing a module

2022-07-03 Thread James Crake-Merani
On 22/07/02 07:43pm, Zelphir Kaltstahl wrote: > > On 7/2/22 10:46, James Crake-Merani wrote: > > On 22/07/02 09:11am, adriano wrote: > > > Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha > > > scritto: > > > > Hello, > > > &

Re: Scripting for installing a module

2022-07-02 Thread James Crake-Merani
On 22/07/02 09:11am, adriano wrote: > Il giorno ven, 01/07/2022 alle 18.15 +0100, James Crake-Merani ha > scritto: > > Hello, > > > > I was just wondering what approach people tend to take when writing a > > script which installs a module onto the load-path. I und

Re: Scripting for installing a module

2022-07-01 Thread James Crake-Merani
On 22/07/01 09:50pm, Jérémy Korwin-Zmijowski wrote: > Yo James, > > I use Guile Hall or Guix to handle the distribution or mysm scripts. > > Jérémy Hi, I wasn't aware of Guile Hall so I'll have to look into that. Thanks for your help.

Scripting for installing a module

2022-07-01 Thread James Crake-Merani
Hello, I was just wondering what approach people tend to take when writing a script which installs a module onto the load-path. I understand this path might be different on different machines so how do you make sure the module is installed in the right path? Would you use something like a Makef

Re: LSP Server for Scheme (and more ...)

2022-06-11 Thread James Crake-Merani
On 22/06/10 10:05pm, r.he...@posteo.de wrote: > Hi Guilers! > > I want to share a couple of things I have being working on that you may find > useful. > > 1) I developed an LSP Server for Scheme. For those that don't know the > Language Server Protocol (LSP), it is meant for adding programming la

Re: Option to create statically linked binaries

2021-12-29 Thread James Crake-Merani
On 21/12/29 10:59pm, Sai Karthik wrote: > Hello everyone! I'm new to guile. I am exploring the language since a couple > of days. It would be nice to have option to produce such binaries for > programs built using guile (like with golang & some more langs). > > Was this topic already discussed here