Over the last thirty-odd years I have worked with many programming languages including BASIC, Pascal, C, C++, Python and Java. One I had heard about, but never had to deal with is [Lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language)). Recently I have been reading [Metamagical Themas](https://en.wikipedia.org/wiki/Metamagical_Themas) by Douglas R. Hofstadter, who also wrote GΓΆdel, Escher, Bach. I found this book in a charity shop.  This is a compendium of columns he wrote for Scientific American in the 80s. It ranges over subjects from Rubik's Cube to self-describing sentences. It also has a couple of chapters on Lisp and these inspired me to try coding with this old language that dates back to the 50s. I like that it is a very consistent language. Everything is a list and can contain further listed nested within it. This does result in lots of brackets/braces. ```Lisp This is SBCL 2.0.1.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (+ 2 4) 6 * (+ 3 5 7) 15 * (car (reverse (list 1 2 3 4 5))) 5 * (defun rac (l) (car (reverse l))) RAC * (rac (list 4 5 6 7 8)) 8 * ``` As with languages like BASIC and Python you can enter lines or expressions and get immediate results as well as storing programs in files. I installed this version of [Common Lisp](https://en.wikipedia.org/wiki/Common_Lisp) on Ubuntu Linux. This seems to have some differences to the version in the book as to what functions are available. It is possible to create new functions that would recreate these, e.g. Common Lisp has the (+ a b) function, but the book uses (add a b). We can define that missing function: ```Lisp 0] (defun add (a b) (+ a b)) ; No debug variables for current frame: using EVAL instead of EVAL-IN-FRAME. ADD 0] (add 2 4) ; No debug variables for current frame: using EVAL instead of EVAL-IN-FRAME. 6 0] ``` I am still working out what the messages you get mean. Some errors give lots of lines of error text that is not too readable. I expect there are ways to deal with that. The way functions and variables are defined is different to the book too. I am looking at some other tutorials such as [Lisp Koans](https://github.com/google/lisp-koans/) and [The CL Cookbook](https://lispcookbook.github.io/cl-cookbook/). I am not sure when I would use Lisp, but understanding the different features of various languages can give you insights that can be applied elsewhere. Lisp is used as a scripting language for some applications. It has been used a lot in artificial intelligence, which I expect is where Hofstadter used it. Having extra tools in your toolbox is generally a good thing. I am only playing with trivial examples for now. I need to find some real world use cases to work on. Code hard!
author | steevc |
---|---|
permlink | developing-a-lisp |
category | hive-169321 |
json_metadata | "{"app":"peakd/2020.07.2","format":"markdown","description":"Early steps with Lisp programming","tags":["programming","coding","lisp","stem","palnet"],"links":["https://en.wikipedia.org/wiki/Lisp_(programming_language)","https://en.wikipedia.org/wiki/Metamagical_Themas","https://en.wikipedia.org/wiki/Common_Lisp","https://github.com/google/lisp-koans/","https://lispcookbook.github.io/cl-cookbook/"],"image":["https://files.peakd.com/file/peakd-hive/steevc/Ff5M24gQ-image.png"]}" |
created | 2020-07-29 19:50:30 |
last_update | 2020-07-29 19:50:30 |
depth | 0 |
children | 14 |
last_payout | 2020-08-05 19:50:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.198 HBD |
curator_payout_value | 3.439 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3,113 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 98,786,988 |
net_rshares | 22,434,836,699,401 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scalextrix | 0 | 43,737,288,649 | 100% | ||
kenny-crane | 0 | 354,402,171,838 | 50% | ||
mammasitta | 0 | 4,756,055,399 | 1% | ||
ericvancewalton | 0 | 455,713,328,335 | 100% | ||
hitmeasap | 0 | 64,959,098,060 | 100% | ||
livingfree | 0 | 258,924,086,020 | 2% | ||
kendewitt | 0 | 385,923,553,266 | 100% | ||
arcange | 0 | 104,022,693,144 | 3% | ||
raphaelle | 0 | 2,658,818,287 | 3% | ||
bryan-imhoff | 0 | 600,237,183,268 | 50% | ||
uwelang | 0 | 228,767,713,168 | 20% | ||
sergiomendes | 0 | 1,171,743,016 | 5% | ||
lk666 | 0 | 896,472,421 | 1% | ||
abh12345 | 0 | 622,800,531,215 | 20% | ||
slider2990 | 0 | 43,019,757,972 | 20% | ||
created | 0 | 332,343,525,919 | 2% | ||
builderofcastles | 0 | 20,946,222,092 | 25% | ||
stav | 0 | 92,087,441,628 | 80% | ||
zorg67 | 0 | 537,716,858 | 100% | ||
vcelier | 0 | 10,538,146,649,161 | 100% | ||
sebastianjago | 0 | 31,571,374,415 | 5% | ||
silviabeneforti | 0 | 126,657,429,593 | 100% | ||
steemitboard | 0 | 2,623,951,835 | 2% | ||
assasin | 0 | 12,468,993,795 | 100% | ||
markkujantunen | 0 | 68,843,145,853 | 65% | ||
stimialiti | 0 | -3,998,033,001 | -29% | ||
tribedownsouth | 0 | 1,037,155,711 | 10% | ||
jonmagnusson | 0 | 1,065,474,282 | 10% | ||
jayna | 0 | 13,772,539,598 | 4% | ||
d-pend | 0 | 14,827,837,990 | 0.5% | ||
hardikv | 0 | 4,211,420,992 | 10% | ||
toofasteddie | 0 | 102,399,721,948 | 25% | ||
andre-verbrick | 0 | 15,648,627,128 | 100% | ||
tykee | 0 | 3,275,998,114 | 50% | ||
petecko | 0 | 24,128,171,664 | 100% | ||
shanibeer | 0 | 282,595,642,304 | 25% | ||
avesa | 0 | 560,631,259 | 6.6% | ||
musicgeek | 0 | 1,583,771,861 | 20% | ||
bashadow | 0 | 53,755,418,162 | 25% | ||
fbslo | 0 | 104,072,117,508 | 25% | ||
argon | 0 | 132,463,961,881 | 27% | ||
fersher | 0 | -39,964,541,148 | -100% | ||
justinparke | 0 | 2,532,436,559 | 2% | ||
revisesociology | 0 | 457,392,734,793 | 39% | ||
basilmarples | 0 | 3,946,812,618 | 6% | ||
plantstoplanks | 0 | 30,214,106,129 | 14% | ||
jlsplatts | 0 | 63,931,283,491 | 10% | ||
isnochys | 0 | 21,535,746,957 | 13% | ||
mrhill | 0 | 14,114,095,222 | 70% | ||
chireerocks | 0 | 1,385,833,985 | 10% | ||
pechichemena | 0 | 2,588,996,331 | 4% | ||
soluce07 | 0 | 2,314,806,412 | 50% | ||
onemedia | 0 | 2,021,130,045 | 20% | ||
kamchore | 0 | 121,108,500,411 | 100% | ||
paradigmprospect | 0 | 1,613,780,417 | 1.3% | ||
slacktmusic | 0 | 1,372,367,294 | 10% | ||
sidekickmatt | 0 | 69,019,707,911 | 100% | ||
fun2learn | 0 | 5,463,361,225 | 3% | ||
bennettitalia | 0 | 2,750,784,189 | 3% | ||
bala41288 | 0 | 40,012,093,567 | 20% | ||
iamevilradio | 0 | 962,124,309 | 10% | ||
philnewton | 0 | 741,016,926 | 10% | ||
operahoser | 0 | 1,276,516,285 | 2% | ||
atomcollector | 0 | 1,909,044,992 | 5% | ||
kryptoe | 0 | 1,926,563,290 | 6.6% | ||
bozz | 0 | 48,483,297,287 | 10% | ||
runningproject | 0 | 27,876,293,519 | 70% | ||
teutonium | 0 | 16,295,749,821 | 50% | ||
indiebandguru | 0 | 1,611,071,389 | 10% | ||
theomgbrand | 0 | 637,409,145 | 10% | ||
josevallera | 0 | 1,622,545,259 | 20% | ||
run.vince.run | 0 | 8,510,483,908 | 35% | ||
gadrian | 0 | 55,182,078,824 | 35% | ||
tonimontana | 0 | 618,918,141 | 22.13% | ||
sickshark | 0 | 1,213,167,725 | 16% | ||
veckinon | 0 | 556,581,535 | 10% | ||
davidcentenor | 0 | 2,027,272,197 | 10% | ||
saboin | 0 | 99,590,059,411 | 11% | ||
occpresents | 0 | 627,647,816 | 20% | ||
solominer | 0 | 431,071,777,717 | 15% | ||
smacommunity | 0 | 718,585,155 | 10% | ||
musicvoter | 0 | 89,817,939,228 | 20% | ||
music4peace | 0 | 2,025,584,405 | 10% | ||
enforcer48 | 0 | 111,274,456,372 | 15% | ||
akdx | 0 | 14,094,236,004 | 25% | ||
nakedverse | 0 | 2,684,677,073 | 10% | ||
musicvoter2 | 0 | 45,034,724,883 | 10% | ||
solarwarrior | 0 | 1,374,532,644,445 | 100% | ||
lil-splatts | 0 | 2,123,814,077 | 37.5% | ||
sbi6 | 0 | 157,397,388,032 | 31.3% | ||
hhtb | 0 | 1,218,839,246 | 10% | ||
lillywilton | 0 | 1,018,412,961 | 20% | ||
volareo | 0 | 611,167,169 | 10% | ||
jk6276 | 0 | 17,120,211 | 1% | ||
gorbisan | 0 | 24,783,881,531 | 25% | ||
gordonramzy | 0 | 566,641,703 | 100% | ||
jessica.steem | 0 | 560,348,220 | 100% | ||
oakshieldholding | 0 | 77,107,436 | 70% | ||
laissez-faire | 0 | 41,012,968 | 100% | ||
balticbadger | 0 | 6,706,625,482 | 25% | ||
kuku-splatts | 0 | 6,967,248,247 | 50% | ||
lion200 | 0 | 13,096,274,610 | 50% | ||
beats4change | 0 | 2,048,966,051 | 15% | ||
wav-dr | 0 | 5,697,583,334 | 20% | ||
deepsouthpiddlin | 0 | 3,492,800,612 | 20% | ||
king-cobra | 0 | 15,591,577,745 | 100% | ||
devann | 0 | 515,649,644,509 | 100% | ||
dein-problem | 0 | -121,753,598 | -1% | ||
ctime | 0 | 659,233,266,330 | 5% | ||
stevieboyes | 0 | 1,267,456,492 | 18% | ||
limka | 0 | 5,760,282 | 100% | ||
samuel.steem | 0 | 2,502,799,405 | 100% | ||
paolo.senegal | 0 | 1,335,990,780 | 100% | ||
ricardomello | 0 | 1,289,921,461 | 10% | ||
dtrade | 0 | 803,661,077 | 30% | ||
quantumdeveloper | 0 | 2,490,147,895 | 50% | ||
leighscotford | 0 | 45,296,859,731 | 100% | ||
maruskina | 0 | 32,049,417,439 | 50% | ||
nalacanecorso | 0 | 1,135,192,851 | 100% | ||
astil.codex | 0 | 329,940,871 | 70% | ||
we-are-palcoin | 0 | 0 | 11% | ||
mind.force | 0 | 3,180,546,917 | 5% | ||
abh12345.stem | 0 | 570,644,222 | 70% | ||
fundakantoria | 0 | 1,344,235,411 | 10% | ||
sbi-tokens | 0 | 742,082,517 | 2.01% | ||
btc4breackfast | 0 | 1,735,586,977 | 100% | ||
tomhall.pal | 0 | 311,780,947 | 100% | ||
fun.sports | 0 | 5,593,514,592 | 15% | ||
alby2 | 0 | 255,048,707 | 100% | ||
vxc.stem | 0 | 0 | 22.13% | ||
urtrailer | 0 | 159,232,181,612 | 50% | ||
stemd | 0 | 321,138,575 | 100% | ||
abh12345.medi | 0 | 21,388,597 | 20% | ||
yggdrasil.laguna | 0 | 184,480,368 | 40% | ||
tindleaj | 0 | 1,988,922,108 | 50% | ||
cd-stem | 0 | 536,025,103 | 100% | ||
pecoshop | 0 | 1,746,433,522 | 100% | ||
splatts | 0 | 33,909,763,548 | 50% | ||
stem.curate | 0 | 896,238,435 | 100% | ||
boomalex | 0 | 2,357,273,789 | 100% | ||
machete9595 | 0 | 2,272,814,679 | 100% | ||
toni.pal | 0 | 0 | 2.05% | ||
goldstreet | 0 | 5,906,237,590 | 10% | ||
risingstargame | 0 | 91,709,670,719 | 20% | ||
fengchao | 0 | 3,328,461,601 | 3% | ||
hiveyoda | 0 | 6,812,916,008 | 2% | ||
gitplait | 0 | 60,629,463,512 | 100% | ||
timhorton | 0 | 12,892,470,507 | 100% | ||
ninnu | 0 | 7,566,129,225 | 16.25% | ||
nautilus-up | 0 | 1,375,008,949,805 | 19% | ||
asa-raw | 0 | 846,588,546,084 | 22% | ||
w-splatts | 0 | 4,893,254,167 | 50% | ||
hivecur2 | 0 | 1,121,478,320 | 3% |
cool. that looks like a gem of a book you found! hehe Sadly my understanding of code is limited to a few tuts on codecademy and lego coding on scratch!
author | basilmarples |
---|---|
permlink | qe9w29 |
category | hive-169321 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-07-30 08:10:57 |
last_update | 2020-07-30 08:10:57 |
depth | 1 |
children | 4 |
last_payout | 2020-08-06 08:10:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 33,487,055,276,459 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,795,722 |
net_rshares | 139,824,789,020 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 139,824,789,020 | 10% |
It is definitely an interesting book even if I don't get it all. It's thinking about thinking and that's a good exercise. I want to do more coding for fun. I am sure there are things I could do with Hive itself.
author | steevc |
---|---|
permlink | re-basilmarples-qea0k5 |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.07.2"} |
created | 2020-07-30 09:48:06 |
last_update | 2020-07-30 09:48:06 |
depth | 2 |
children | 3 |
last_payout | 2020-08-06 09:48:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 211 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,796,876 |
net_rshares | 0 |
wow! yes that would be exciting! a few of us are starting a discord channel to discuss the potential of my charity dApp concept and achimmerten's CHARY coin which he already utilises as a charitable concept. Im camping this week but I think we'll be organising a group chat,perhaps next week sometime. Let me know if you might be interested. Also I dont suppose you read the comments section on that initial concept post I did? Id love to have your opinion on some of the things grampo mentioned.... especially the use of the rewards pool and how it reduces the value from the big stakeholders. Would that be a major issue with my dApp concept?
author | basilmarples |
---|---|
permlink | qebpjo |
category | hive-169321 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-07-31 07:45:24 |
last_update | 2020-07-31 07:45:24 |
depth | 3 |
children | 2 |
last_payout | 2020-08-07 07:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 645 |
author_reputation | 33,487,055,276,459 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,813,188 |
net_rshares | 141,309,847,607 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 141,309,847,607 | 10% |
LISP is one of those things. Its impossible to describe to people because its underlying premise is different. Its like trying to describe a 2 wheeled motorcycle to a person who had only ever worked on 4 wheeled cars. Its just different. But, that difference make certain things really simple. Like trying to describe thought processes, and thus AI. Like the print command understands one and multiple, and thus will change syntax. > Our Hero had a sword Our Hero had two swords Nothing like the basic, blocky, error prone, printf() of C I hope you enjoy your learning curve.
author | builderofcastles |
---|---|
permlink | qe93fm |
category | hive-169321 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-07-29 21:55:06 |
last_update | 2020-07-29 21:55:06 |
depth | 1 |
children | 1 |
last_payout | 2020-08-05 21:55:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 580 |
author_reputation | 273,511,389,474,245 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,789,036 |
net_rshares | 140,221,105,817 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 140,221,105,817 | 10% |
It's definitely different, but I like that as it makes me think. I like the elegance of it. Just need to learn more of the basics so I can exploit that.
author | steevc |
---|---|
permlink | re-builderofcastles-qea0dc |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.07.2"} |
created | 2020-07-30 09:44:00 |
last_update | 2020-07-30 09:44:00 |
depth | 2 |
children | 0 |
last_payout | 2020-08-06 09:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,796,838 |
net_rshares | 0 |
Sorry for the late reply. Thanks for posting in the Programming community. I tend to stick to the more "modern" languages, but I can see how the older languages still have a place. I still like my PHP Even if no-one else does π
author | cadawg |
---|---|
permlink | re-steevc-qfkgux |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.08.3"} |
created | 2020-08-24 11:49:45 |
last_update | 2020-08-24 11:49:45 |
depth | 1 |
children | 2 |
last_payout | 2020-08-31 11:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 100,771,927,095,688 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,245,402 |
net_rshares | 131,999,697,806 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 131,999,697,806 | 10% |
I have been doing a programming course that is about the theory of things like recursion. This one uses ML, which I did not know at all. I would not use it generally, but it is really elegant and has a lot in common with Lisp. Principles you learn in one language can be applied to others.
author | steevc |
---|---|
permlink | re-cadawg-qfkjnk |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.08.3"} |
created | 2020-08-24 12:50:09 |
last_update | 2020-08-24 12:50:09 |
depth | 2 |
children | 1 |
last_payout | 2020-08-31 12:50:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 289 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,246,219 |
net_rshares | 0 |
Yeah, for sure. The first language is the hardest by a long shot. I'm going to be doing a class on AI soon, so that should be interesting for sure. I do believe it's going to be taught in python though!
author | cadawg |
---|---|
permlink | re-steevc-qfkjux |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.08.3"} |
created | 2020-08-24 12:54:33 |
last_update | 2020-08-24 12:54:33 |
depth | 3 |
children | 0 |
last_payout | 2020-08-31 12:54:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 100,771,927,095,688 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,246,286 |
net_rshares | 0 |
I studied Turbo Pascal at college and although I enjoyed it, I was rubbish. Would probably have been better if I spent more time studying it instead of sitting in the local pub with the Pascal book in my bag.
author | stav |
---|---|
permlink | re-steevc-qea424 |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.07.2"} |
created | 2020-07-30 11:03:42 |
last_update | 2020-07-30 11:03:42 |
depth | 1 |
children | 1 |
last_payout | 2020-08-06 11:03:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 209 |
author_reputation | 52,141,742,331,876 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,797,904 |
net_rshares | 131,730,661,356 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 131,730,661,356 | 10% |
I really liked Turbo Pascal at the time. I did quite a lot with it. They added object oriented programming at some point and I thought that was cool.
author | steevc |
---|---|
permlink | re-stav-qea4bn |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.07.2"} |
created | 2020-07-30 11:09:24 |
last_update | 2020-07-30 11:09:24 |
depth | 2 |
children | 0 |
last_payout | 2020-08-06 11:09:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,797,992 |
net_rshares | 0 |
> I have worked with many programming languages including BASIC, Pascal, C, C++, Python and Java But you never tried the [Ada programming language](https://www.adacore.com/community)? You should give it a try whenever you have time.
author | vcelier |
---|---|
permlink | qe9stb |
category | hive-169321 |
json_metadata | {"links":["https://www.adacore.com/community"],"app":"hiveblog/0.1"} |
created | 2020-07-30 07:00:48 |
last_update | 2020-07-30 07:00:48 |
depth | 1 |
children | 1 |
last_payout | 2020-08-06 07:00:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 234 |
author_reputation | 471,651,021,631,730 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,794,810 |
net_rshares | 140,069,225,814 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 140,069,225,814 | 10% |
I've not used Ada, but I think a colleague has. There are a few of the classic languages I've not used, but not sure I need to mess with Fortran and Cobol. I've actually done a lot of BASIC for a living, but not for a while now.
author | steevc |
---|---|
permlink | re-vcelier-qea0hb |
category | hive-169321 |
json_metadata | {"tags":["hive-169321"],"app":"peakd/2020.07.2"} |
created | 2020-07-30 09:46:24 |
last_update | 2020-07-30 09:46:24 |
depth | 2 |
children | 0 |
last_payout | 2020-08-06 09:46:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 1,372,741,192,440,693 |
root_title | "Developing a Lisp" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 98,796,859 |
net_rshares | 507,722,670,691 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vcelier | 0 | 507,844,424,289 | 5% | ||
dein-problem | 0 | -121,753,598 | -1% |