Search code examples
calgorithmprototypehigh-level

High level language to prototype your program?


What is a good high level language to prototype your program in for later optimization in c ( structurally similar in terms of function calls and stuff)?

Thanks.


Solution

  • I like python. It can make use of sockets, ioctl, structs etc. And with ctypes, you can interface with external libs.