0xUNDERSTAND
September 27, 2008 11:42 AM Subscribe
Are there any scripting / cli-compatible languages which decently provide or at least pretend to provide bit-math?
So, I'm in one of my last CS courses in college, and it involves a whole lot of bit-mangling. Writing, testing C code is all right, but I kind of want to tinker in my free time to get a deeper understanding, and I'd love some language that lets me use something like irb/python/hugs/etc to quickly test bit expressions (your usual ^, |, &, !, etc)
Is there anything? I kind of remember a C++ CLI a while ago, but I can't figure out where it is.
Thanks!
posted by tmcw to computers & internet (7 answers total)
Bitwise operations in Python.
Google "bit operation 'language'" and you'll find those operators for other scripting languages.
posted by Blazecock Pileon at 11:50 AM on September 27, 2008