Hacker News new | past | comments | ask | show | jobs | submit login

I was just thinking about possibly using D for one of my personal projects. The tricky part (for me) is the application needs AWS S3 interoperability. Anyone cross that bridge with D? I did some searching and didn't find any S3 libraries for D. Could D's interoperability with other languages like C or C++ be used here to make use of one of those libraries?



> Could D's interoperability with other languages like C or C++ be used here to make use of one of those libraries?

That's what the interoperability is for!


Cool! I might have to give it a try.


I wouldn't go the way via C or C++, but start by building a thin wrapper over http libraries. In the end what these are are rest apis.


I know what you're saying, and I'm often inclined to do that, but in the case of S3 it's a heck of a lot of work/time. Have rolled my own for smaller APIs though.


there's some AWS/S3 libraries available, but they all seem to be in alpha stage https://code.dlang.org/search?q=aws




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: