Re: [julia-users] Re: converting binary string into integer

2016-11-06 Thread Alberto Barradas
Thank you guys! This looks like a cleaner and more graceful solution!

Re: [julia-users] Re: converting binary string into integer

2016-11-06 Thread David P. Sanders
El domingo, 6 de noviembre de 2016, 15:18:03 (UTC-5), Alberto Barradas escribió: > > Hi guys, > Now that `parseint()` got removed for version 0.5, Is `parse()` the only > way to do this? > How could I parse binary into a BigInt? More specifically, I want to see > the integer number of the are

Re: [julia-users] Re: converting binary string into integer

2016-11-06 Thread Milan Bouchet-Valat
Le dimanche 06 novembre 2016 à 10:13 -0800, Alberto Barradas a écrit : > Hi guys, > Now that `parseint()` got removed for version 0.5, Is `parse()` the > only way to do this? >  How could I parse binary into a BigInt? More specifically, I want to > see the integer number of the arecibo message. (73

Re: [julia-users] Re: converting binary string into integer

2016-11-06 Thread Alberto Barradas
Hi guys, Now that `parseint()` got removed for version 0.5, Is `parse()` the only way to do this? How could I parse binary into a BigInt? More specifically, I want to see the integer number of the arecibo message. (73x23 so 1679 binary digits into a big int)