Lots of questions!! guile bindings for Capstone, the disassembly framework, z3, and GDB

2019-07-22 Thread Daniel Tornabene
Hey all, I'm curious if anyone knows about any attempts to write some bindings from guile to capstone, doesn't matter if its old, doesn't work, bit-rotted, whatever. I've got a deadline coming up and I'd like to sift through some sources first for ideas *if thats possible* . I've done some light

Curious if anyone has tried scripting BPF with Guile yet

2019-09-01 Thread Daniel Tornabene
Did a couple of light searches, haven't found anything yet. Does anyone know if this is a silly question? As in, there's something that would prohibit a straight forward set of bindings via C to BPF, allowing one to write monitoring or introspection tools via Guile?

Re: Guile Potluck 2021

2021-02-21 Thread Daniel Tornabene
I have something I can drop for the potluck as well if this ends up happening On Thu, Feb 18, 2021 at 11:43 AM Mike Gran wrote: > Hello All- > > In celebration of the (slightly belated) 10-year anniversary of Guile > v2.0, we're having another Guile Potluck! The Guile Potluck is a > randomly an

Re: new maintainers for guile libs

2021-08-04 Thread Daniel Tornabene
I can't take more than one, but I would be happy to take guile-ncurses if I'm deemed up to snuff, I've got a project I'm working on with it and when that gets out in the world (next couple of weeks) I'll be happy to talk about the commitments. On Wed, Aug 4, 2021 at 7:02 AM Ludovic Courtès wrote:

Re: Proposal: Deep Dive into the Guile Docs & Makeover Proposal

2022-02-08 Thread Daniel Tornabene
just a simple guile user here, sitting next to my printed out 2.2.6 manual. I'm interested in this topic as well though I'd say my own experience with the documentation is less a problem with it as it is then with its organization. Perhaps I'm an anomaly, but I enjoy and appreciate a manual with si

Re: Proposal: Deep Dive into the Guile Docs & Makeover Proposal

2022-02-08 Thread Daniel Tornabene
22 at 10:59 AM Blake Shaw wrote: > Daniel Tornabene writes: > > > just a simple guile user here, sitting next to my printed out 2.2.6 > > manual. I'm interested in this topic as well though I'd say my own > > experience with the documentation is less a pro

Re: Proposal: Deep Dive into the Guile Docs & Makeover Proposal

2022-02-08 Thread Daniel Tornabene
Very much agree with "How to setup a project" example, I should consider offering my own example at some point after Blake has worked through his approach. Really onboard with this comment overall, the fact that C interop is included directly in the manual is important, and something I've been mea

Re: Ideas for making Guile easier to approach

2022-02-09 Thread Daniel Tornabene
Really grateful for that email, I agree on the Racket manuals, though I totally get the PLT comment of your friend. I also had somehow never heard of guile studio, really excited to check that out. Guide vs Reference As I put in the other email I have alot of thoughts about this too! More than I

Re: Installing Guile 3 on ArchLinux

2022-04-01 Thread Daniel Tornabene
you should be able to get it thru the AUR? I believe? I've used manjaro for years because I'm lazy but given that its arch I would imagine getting it installed is as simple as modifying the pkg scripts to point to the right versions of dependencies etc. On Fri, Apr 1, 2022 at 4:54 AM Jérémy Korwin

Re: guile under gdb crashing on Unbuntu 22.04

2022-05-05 Thread Daniel Tornabene
so, I don't know off the top of my head how Ubuntu does their GDB packaging, but Debian does not package GDB with guile support enabled, you have to recompile GDB with the configuration option --with-guile and have either 2.2.x or 3 installed, along with the appropriate dev packages. I'd be willin

argument(s) for "make-command" in guile extension for gdb

2023-02-05 Thread Daniel Tornabene
Hey all, asked on irc but didn't get any bites, read some of the source and didn't immediately make sense of it (skimmed the source more like it) so I'm trying here: I'm writing an extension for GDB using guile and while testing out different code snippets I've hit a wall trying to figure out how

Re: Brainstorming Wisp and Guile for financial bookkeeping

2023-10-04 Thread Daniel Tornabene
sub'd! On Wed, Oct 4, 2023 at 4:47 PM Dr. Arne Babenhauserheide wrote: > > Christine Lemmer-Webber writes: > > > 2020-03-30 * "Starting balance" > > Assets:Retirement:IRA1321.84 USD > > Equity:OpeningBalance > > I wondered whether we could make this executable as it is, but