私はJavaでこのコードを持っています
public class read{
private ArrayList <String[]> test = new ArrayList<String[]>();
//arr is a valid array
//br is a buffered reader
while(br.readline())
test.add(store(arr[]));
public String[] store (String[] str_arr) {
String a;
new_str_arr[] = new String[2];
new_str_arr[1] = str_arr[0];
new_str_arr[0] = "Header";
return new_str_arr;
}
どうすればこれを clojure に変換できますか?