in reply to How will Artificial Intelligence change the way we code?
#!/usr/bin/perl use v5.985.1; use AI qw(HeadSet); print "Please put on your head sensors \n"; print "Please think what you want done\n"; my $program = AI->new; $program->filter('pornographic thoughts'); #print "$program\n"; $program->export('the_matrix'); END
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How will Artificial Intelligence change the way we code?
by LanX (Saint) on Jun 09, 2018 at 13:41 UTC | |
by roboticus (Chancellor) on Jun 09, 2018 at 14:27 UTC | |
by LanX (Saint) on Jun 09, 2018 at 14:44 UTC |