RE: STEMGeek's First Hackathon

avatar

You are viewing a single comment's thread:

Interesting. Been looking for a reason to start a new little side project.. And this is exactly the thing I needed to see to push myself towards making something.



0
0
0.000
10 comments
avatar

@kyle Im making a new library for python thats just for hive, called bumble-beem, cli called wasp. Just started today, independent of this hackathon, I prob wont enter into it cause this is more for me personally which Ill expand to more public use friendly after its mature enough. I ran into a lot of things tryina use beem with docker.

https://github.com/Distortedlogic/bumblebeem
https://pypi.org/project/bumble-beem/

0
0
0.000
avatar

Ah, nice! Right on, glad to hear you're working on something neat!

Not a python guy personally but can respect those who code in it.

I'll check out your project for sure though. Thanks for sharing!

0
0
0.000
avatar

What is/are language(s)?

0
0
0.000
avatar

:P

main go to language is NodeJS.

0
0
0.000
avatar
(Edited)

I am bilingual in JS and Python.. about almost everything I do uses both. I am learning C++ on the side to attempt to understand the Hive blockchain code, eventually.

0
0
0.000
avatar

Nice! Found that I can parse and code in python somewhat successfully but mainly use NodeJS. I find once you somewhat learn one language the others are slightly easier to grasp.

The exception to this is Assembly. lol

0
0
0.000
avatar
(Edited)

@kyle Python is very very readable. JS has gotten better with await but if I were to give D&D chars to the languages it would be like:

Paladin - Python, always wanting to be pythonic.

JS - Mage,

const castSpell = async (spell, mana) => {
    await spell(mana);
}

TS - Grand Wizard, knows all the types inside the magic that the mage doesnt.

C++ - The Ranger, always helping everybody in the background.

PHP - The Town Dunkard, everyone tries to avoid him and he's always talking gibberish that makes no sense.

Ruby - The Bard, slow to wake up, reminiscences of the good ole days, but a few people still listen to him sing his songs

0
0
0.000
avatar

@hiveqa here is what I am doing atm.

0
0
0.000
avatar

Excellent my friend! Looking forward to what you come up with :)

0
0
0.000