This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.
2 Comments
We met long time ago at some GCC summit meeting.
https://arxiv.org/abs/1109.0779
My current open source project is an inference engine (C++ code GPL licensed)
Perhaps you know someone interested in contributing to it?
Thanks
Basile STARYNKEVITCH
8 rue de la Faïencerie
92340 Bourg-la-Reine, France
http://starynkevitch.net/Basile & https://github.com/bstarynk
https://github.com/RefPerSys/RefPerSys/
Hi Tom
TLDR: I’m keen to get stuck into contributing to improve rust-gdb
I’d say I’m still a newb programmer but have been at it for 10 years. I’m self-taught from messing around with Word Macros – I found it to be super accessible because you got to see right in front of you the changes that you could make via code. Last year I moved on to C and then to rust.
I’m particularly keen to assist any way possible with getting rust-gdb debugging as smooth as possible. The reason I mention my VBA intro is the IDE debugging that MS Office provided: the ability to run function calls right in the immediate window made developing code (for me at least) incredibly interactive.
I was trying to develop rust code in the same workflow (I use vim and Termdebug), but can’t test how std lib functions will return certain variables – I don’t know if this is something that others are keen for, but I’d love to implement something like it.
At the moment I’ve done a workaround where I drop in a custom debug.rs that has a bunch of ‘artificial’ functions that call the std lib function but are renamed so I can run it on vars mid-debug (eg: print bin_file::debug::d_trim(“text “) – where d_trim(s: &str) -> &str {s.trim()}
Anyways, I’m really looking for ways to help rust get broader reach and would like to be able to give back to rust and gdb, and try to get people interested in programming.
Cheers and all the best
Phil