A long, long time ago when I was in high school, back when computers were relatively more expensive (why do I feel like I should be talking about walking ten miles, up hill, both ways?), you always used to do your code long hand before getting near a computer. As in sit there, with pencil and paper, writing out
10 Input X
20 Print X
05 Print "Input a number"
15 Print "you entered", X
13 Clear screen
30 End
yes, the numbering did go that way because you can't copy and paste or insert and delete, entire sections of code when you're writing it out long hand.
I can see Luccio doing something like that, writing code that would work if someone else entered it in a computer, or fooling around with pseudo code and algorithms.
Either that, or treating it the way we treat 6th century pottery. Academics research the means of making it, who made it, how this culture was different from that culture, but very few of those academics are potters. If Luccio had said "My hobby is 6th century pottery" you would expect her to read about it and know about it, but not necessary be able to make a pot like they did in the 6th century.
Richard