情诗,看懂3首就是大神!

用代码写诗,是一个程序员“装x”的最高形式。下面这8首诗,有两首都是正式发表过的。很多人表示看懂了第4首,你们呢?

这8首用代码写的诗/情诗,看懂3首就是大神!


01 未竟的爱

<code>class love {};

void main()

{

throw love();

}
/<code>


02 导入灵魂

<code># This scirpt should save lifes.

import soul

for days in len(life):

print “happiness”/<code>


03 一见钟情

<code>// Love at first sight

if (me.getDistanceTo(you.position) < 200) {

me.setFeelings({

inLove: true,


});

}
/<code>


04 双面人

<code>public class TwoFaced {

public String greet() {

return "Hi! So great to see you!";

}

private String think() {

return "Fucking bitch.";

}

}
/<code>


05 期待搁浅

<code>private Boolean she_smiles_for_me() {

//heart:

while(true) {

System.out.printIn(”beat.”);

try {

Thread.sleep(86400000)

} catch (InterruptedException e) {}


}

return true;

}
/<code>


06 舞动的心

<code>using System;

public class PoemCode
{
private bool dancing_within()
{
Boolean me = true;
while (dancing_within())
{
var iables_of_light = "";
try { int elligently_to;
object ify_the_world_apart; }
catch (Exception s)
{
int o_the_broken_parts;
throw; int o_the_seed_of_life;
}

Random ashes_of = new Random();
float ing_devices;
short age_of;
char acter_will_never_let_you = 'b';
}
return me;
}
}
/<code>


07 那叫生活

<code>package together.

the. sun.

and. the. summer.

that. moon.

and. all. stars.

and. those. cool. crazy. cars.

and. the. sky.

its. amazing.

and. all. my. kids. laughing. waving.

call. it. life.

oh. i. wish.

it. just. werent.

a. lie;
/<code>


08 日常琐事

<code>import java.util.Date;

public class DailyGrind {

public static final void main(String[] args) {

boolean its_time_to_go_home = false;
boolean away_the_hours = true;

while (away_the_hours) {
boolean away_the_hours = true;

Date now = new Date();
its_time_to_go_home = now.getHours() > 17
&& now.getMinutes() > 30;

if (its_time_to_go_home) {
break;
}

try {
Thread.sleep(60000);
} catch (InterruptedException e) {
// ignore
}
}
}
}/<code>

怎么样?你看懂了几首呢?欢迎大家留言噢。

其实,Code Poetry代码诗歌在国外已经是一种被学者们认可的诗歌创作形式,并且有程序员都出自己的诗集了。

代码诗歌有两种,一种是代码书写,人可以直接读懂。另一种是代码书写,机器会转化为有趣的声音,图像等。

今天的分享就到这里啦,谢谢你的观看,非常感谢。下面是硬广,不喜欢的可以直接跳过哦

小编为喜欢编程的小伙伴准备了一套2020最新的编程资料,关注小编,并私信回复关键字【java】就可以领取啦(点击我的头像就能看到私信按钮了)


分享到:


相關文章: