What's the simplest #programming language to call functions in a DLL from? Must also have a good debugger/IDE

#interop #ReverseEngineering #Windows

@voltagex uh. if it's a dotnet dll, dotnet - otherwise I find python and ctypes _ok_ but python and ctypes is a quick way to get segaults in python which I feel shouldn't happen.
@xssfox should have specified native DLL, but thanks, I'd forgotten about ctypes